tusd/s3store
Marius 015ae39d18 Replace non-ASCII chars in metadata for multipart uploads with question mark
AWS does not handle non-ASCII encoded values for metadata values well since
they are transported in HTTP header values which, by specification, should
only contain ASCII characters. If you still supply AWS with, for example,
UTF-8 encoded strings it will reject the request due to mismatching
signatures. Our solution is to replace these characters with question
marks.
2016-07-06 16:25:06 +02:00
..
multi_error.go Implement Concatentation extension for S3Store 2016-02-03 21:18:21 +01:00
s3store.go Replace non-ASCII chars in metadata for multipart uploads with question mark 2016-07-06 16:25:06 +02:00
s3store_mock_test.go Update mocked S3 API for tests 2016-05-24 17:32:21 +02:00
s3store_test.go Replace non-ASCII chars in metadata for multipart uploads with question mark 2016-07-06 16:25:06 +02:00
s3store_util_test.go Add tests for S3Store 2016-01-05 18:21:53 +01:00