- Mar 28, 2021
-
-
xuty authored
-
- Feb 15, 2021
- Feb 11, 2021
-
-
Adrian Cybulski authored
-
Adrian Cybulski authored
-
Adrian Cybulski authored
-
Adrian Cybulski authored
-
- Feb 10, 2021
-
-
Adrian Cybulski authored
- Object's ACL Query - Include object's ACL in stat
-
- Jan 15, 2021
- Jan 04, 2021
-
-
Xuty authored
fix HTTP header for user-defined object metadata
-
- Jan 02, 2021
-
-
philenius authored
-
- Jan 01, 2021
-
-
philenius authored
According to the S3 documentation, when adding user-defined object metadata, the metadata key must start with "x-amz-meta-" (all lowercase).
-
- Dec 12, 2020
- Dec 11, 2020
-
-
David Hlacik authored
-
David Hlacik authored
-
- Nov 26, 2020
- Nov 25, 2020
-
-
philenius authored
Set the return value of the function bucketExists() to 'true' only if the buckets exists AND the user has permission to access it.
-
- Nov 24, 2020
-
-
philenius authored
Added call of validate() in bucketExists(). Reason: if the request for checking whether a bucket exists contains invalid credentials (see unit test), then S3 does not return an XML response. Instead the HTTP response body is empty. This in turn caused the validate() function to throw an XML parsing exception which in turn shadowed the original error. This behavior is different compared to when we list buckets. In this case, the response contains an HTTP body with a detailed error message encoded as XML.
-
philenius authored
-
- Nov 23, 2020
-
-
philenius authored
-
- Oct 27, 2020
-
-
Xuty authored
Replace static region 'us-east-1' in method listBuckets() with variable's value
-
- Oct 26, 2020
-
-
philenius authored
-
- Oct 24, 2020
- Oct 22, 2020
-
-
Xuty authored
Version raised to 0.1.9
-
Vadym Pinchuk authored
-
Xuty authored
-