- Jan 02, 2022
-
-
xuty authored
-
- Dec 12, 2021
-
-
xuty authored
-
- Aug 18, 2021
-
-
xuty authored
-
- Mar 28, 2021
-
-
xuty 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).
-
- 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.
-
- Jun 01, 2020
-
-
xuty authored
-
- Mar 29, 2020
- Mar 27, 2020
-
-
xuty authored
-
- Mar 24, 2020
-
-
xuty authored
-
- Mar 22, 2020
-
-
xuty authored
-