tusd/s3store
Adam Jensen 204044e4b9 Handle "NotFound" error code from HeadObject (#228)
* Handle "NotFound" error code from HeadObject

This accommodates third party implementations of the S3 interface, such as Minio, that may return a different error string.

* Check NotFound error string in test

This also fixes an incorrect return value.
2019-01-14 00:16:40 +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 Handle "NotFound" error code from HeadObject (#228) 2019-01-14 00:16:40 +01:00
s3store_mock_test.go S3Store: Add support for creation-defer-length extension (#219) 2019-01-05 09:02:42 +01:00
s3store_test.go Handle "NotFound" error code from HeadObject (#228) 2019-01-14 00:16:40 +01:00
s3store_util_test.go S3Store: Add support for creation-defer-length extension (#219) 2019-01-05 09:02:42 +01:00