Andrew Gaul
1a08bc25ad
Update copyright year to 2025
2025-02-01 20:36:47 -08:00
Andrew Gaul
aea6fd71b6
Bump copyright year
2024-10-30 15:50:01 -07:00
Andrew Gaul
49e468ab68
Avoid type duplication with type inference
...
Replaced via:
find -name \*.java | xargs sed -i 's/^\( *\)\([^ ].*\) \([^ ]*\) = new \2/\1var \3 = new \2/'
2024-10-27 21:58:43 -07:00
Andrew Gaul
e01ca79e56
Replace Guava collections with Java 9 equivalents
2024-10-06 21:47:28 -07:00
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