Wykres commitów

12 Commity (master)

Autor SHA1 Wiadomość Data
Andrew Gaul 1f79d30df5 Update copyright year 2021-03-29 21:04:28 +09:00
Andrew Gaul 51ce7a91ad Update copyright year 2020-05-02 19:50:19 +09:00
Andrew Gaul 6291e93582 Update copyright year 2019-10-22 10:26:10 -07:00
Timur Alperovich e37300dd3f UploadPartCopy: Fail if improper source range.
S3Proxy should check the format of the x-amz-copy-source-range value
when handling an UploadPartCopy request. The patch changes the behavior
to return an InvalidArgument error along with the matching error
description to AWS S3. To match the error format, the S3Exception class
is modified to return the actual error message, rather than the String
version of the error code.

Corresponding tests will be added to ceph/s3-tests.

Fixes: #304
2019-06-24 16:03:47 -07:00
Andrew Gaul f45d6e7fce Prefer HTTPS links where possible 2019-05-20 09:30:27 +09:00
Andrew Gaul 21ea62ec93 Only append elements when non-empty
Cleans up error responses.
2019-05-10 19:16:51 +07:00
Andrew Gaul 52fcf4a868 Override Exception.getMessage instead of toString
This can help some logging tools.  Found via error-prone 2.3.3.
2019-02-24 21:34:28 +09:00
Andrew Gaul 6658f964f2 Handle permission errors during bucket creation
This commit requires jclouds 2.1.0.  References #122.
2018-01-09 12:48:04 -08:00
Andrew Gaul 2905b720b8 Update copyright year 2018-01-04 14:57:47 -08:00
Andrew Gaul 05c5643681 Update copyright year 2017-02-15 23:15:16 -08:00
Andrew Gaul 3d9a7120ce Ensure S3Exception has message
Also add missing toString implementation.
2016-11-14 15:39:44 -08:00
shenghu 4fb4a718b9 Refactor S3ProxyHandler to be agnostic to Jetty. Added a new file,
S3ProxyHandlerJetty, to have codes related to Jetty.
2016-11-07 22:07:55 -08:00