Skip to content
Snippets Groups Projects
  1. Nov 26, 2020
  2. Nov 25, 2020
  3. Nov 24, 2020
    • philenius's avatar
      improve error handling in bucketExists() · 2d01e016
      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.
      2d01e016
    • philenius's avatar
      add unit tests for listBuckets() · 7e4a09d3
      philenius authored
      7e4a09d3
  4. Nov 23, 2020
  5. Oct 27, 2020
  6. Oct 26, 2020
  7. Oct 24, 2020
  8. Oct 22, 2020
  9. Jun 01, 2020
  10. Apr 26, 2020
  11. Apr 01, 2020
  12. Mar 31, 2020
  13. Mar 29, 2020