Marius
37fe99b37d
Define own, minimal S3API interface
2016-12-20 17:13:02 +01:00
Marius
513fe9fcf3
Correct linting issue and misspellings
2016-09-27 22:10:16 +02:00
Marius
1bf1c942e0
Update mocked S3API implementation for tests
2016-09-19 19:30:56 +02:00
Marius
3eefdbe2c6
Update mocked S3API implementation for tests
2016-08-26 17:14:33 +02:00
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
Marius
2f436ab7e3
Update mocked S3 API for tests
2016-05-24 17:32:21 +02:00
Marius
199487bdf6
Set correct ID in S3Store.GetInfo
2016-03-26 18:23:37 +01:00
Marius
be8fd83d0d
Document functions for handling StoreComposers
2016-03-11 20:17:43 +01:00
Marius
21ae1c45a7
Add initial draft of StoreComposr
2016-02-21 23:25:35 +01:00
Marius
11b92b91c2
Provide better URL to S3 consistency models
2016-02-11 12:23:46 +01:00
Marius
bbf706622c
Implement Concatentation extension for S3Store
2016-02-03 21:18:21 +01:00
Marius
bfde73ff89
Test interface implementations for data stores
2016-01-19 22:37:05 +01:00
Marius
29047eddc2
Add support for meta data in S3Store
2016-01-19 21:39:24 +01:00
Marius
101648e382
Add documentation about S3Store
2016-01-17 15:30:19 +01:00
Marius
810fa89494
Add support for upload termination in S3Store
2016-01-16 16:12:37 +01:00
Marius
cb0f8dac6a
Add isAwsError helper method
2016-01-12 22:21:05 +01:00
Marius
2073521776
Add tests for S3Store
2016-01-05 18:21:53 +01:00
Marius
063d4a2442
Add first draft for s3Store
2015-12-08 22:26:37 +01:00