Closed kalessin closed 8 years ago
current code for saving s3 key metadata for multipart uploads doesn't work. Fixed using the correct way, according to boto documentation
http://boto.readthedocs.io/en/latest/ref/s3.html#boto.s3.bucket.Bucket.initiate_multipart_upload
some tests are failing but has no relation with my change. Fail is on gdrive test, not s3.
I also removed a method (_set_key_metadata() ) that is not used anywhere
Thanks! :+1:
thank you!
current code for saving s3 key metadata for multipart uploads doesn't work. Fixed using the correct way, according to boto documentation
http://boto.readthedocs.io/en/latest/ref/s3.html#boto.s3.bucket.Bucket.initiate_multipart_upload