You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow users to get around the fact that S3 doesn't yet allow a means to check the MD5 of the full file when it has been uploaded via multipart. It would allow us to set out own custom metadata with the md5 hash, that we could use ensure S3 files aren't redownloaded if unchanged from expected hash.
The text was updated successfully, but these errors were encountered:
Adding ability to add
x-amz-meta-*
headers here would seemingly allow us to upload custom metadata fields with our backup, like so:https://stackoverflow.com/questions/12290819/how-to-upload-s3-metadata-with-a-file-in-fog
This would allow users to get around the fact that S3 doesn't yet allow a means to check the MD5 of the full file when it has been uploaded via multipart. It would allow us to set out own custom metadata with the md5 hash, that we could use ensure S3 files aren't redownloaded if unchanged from expected hash.
The text was updated successfully, but these errors were encountered: