- Jan 04, 2022
- Dec 12, 2021
- Aug 18, 2021
- Mar 28, 2021
-
-
xuty authored
-
- Feb 11, 2021
-
-
Adrian Cybulski authored
-
- Feb 10, 2021
-
-
Adrian Cybulski authored
- Object's ACL Query - Include object's ACL in stat
-
- 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
-
-
xuty authored
-
- 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
-
- Mar 29, 2020
-
-
xuty authored
-
- Mar 22, 2020
-
-
xuty authored
-