tusd/s3store
Adam Jensen 5e06fc54b0 s3store: Use DeleteObject and GetObject to fix IAM issues for incomplete parts (#233)
* Use GetObject instead of HeadObject to locate incomplete part

This avoids confusion around the errors that are returned by HeadObject, especially when the request has limited permissions for the bucket.

* Remove unused HeadObject function

* Add DeleteObject to S3API interface

* Use DeleteObject to remove .part objects

* Update tests
2019-02-23 21:24:38 +01:00
..
calcpartsize_test.go s3store: calculate part size based on upload size 2017-09-03 10:57:06 +02:00
multi_error.go Correct linting issue and misspellings 2016-09-27 22:10:16 +02:00
s3store.go s3store: Use DeleteObject and GetObject to fix IAM issues for incomplete parts (#233) 2019-02-23 21:24:38 +01:00
s3store_mock_test.go s3store: Use DeleteObject and GetObject to fix IAM issues for incomplete parts (#233) 2019-02-23 21:24:38 +01:00
s3store_test.go s3store: Use DeleteObject and GetObject to fix IAM issues for incomplete parts (#233) 2019-02-23 21:24:38 +01:00
s3store_util_test.go S3Store: Add support for creation-defer-length extension (#219) 2019-01-05 09:02:42 +01:00