A storage implementation must be able to decide whether parts files are needed or not needsPartFile.
Some storages like GDrive and Dropbox do not really need it because uploading a file there doesn't result in partial file content. The atomicity is guaranteed by the provider.
Unlike SMB or FTP.
See https://central.owncloud.org/t/issue-with-versioning-on-google-drive/1683/9 for context
A storage implementation must be able to decide whether parts files are needed or not
needsPartFile.Some storages like GDrive and Dropbox do not really need it because uploading a file there doesn't result in partial file content. The atomicity is guaranteed by the provider.
Unlike SMB or FTP.
See https://central.owncloud.org/t/issue-with-versioning-on-google-drive/1683/9 for context