s3proxy/src/main/java/org/gaul/s3proxy
Andrew Gaul e5fb3619df Remove unneeded UnsupportedEncodingException 2023-12-26 13:29:40 +09:00
..
crypto Address error-prone warnings 2022-08-20 19:29:41 +09:00
junit fix: #412 fix NPE when creating S3ProxyExtention or S3ProxyRule with Auth type = NONE 2022-04-01 21:16:09 +09:00
AccessControlPolicy.java Update copyright year 2021-03-29 21:04:28 +09:00
AliasBlobStore.java Remove unneeded AliasBlobStore directory methods 2022-12-26 12:24:28 +09:00
AuthenticationType.java Update copyright year 2021-03-29 21:04:28 +09:00
AwsHttpHeaders.java Add and ignore x-amz-api-version 2023-05-16 21:35:11 +09:00
AwsSignature.java Remove unneeded UnsupportedEncodingException 2023-12-26 13:29:40 +09:00
BlobStoreLocator.java Update copyright year 2021-03-29 21:04:28 +09:00
ChunkedInputStream.java Update copyright year 2021-03-29 21:04:28 +09:00
CompleteMultipartUploadRequest.java Update copyright year 2021-03-29 21:04:28 +09:00
CreateBucketRequest.java Update copyright year 2021-03-29 21:04:28 +09:00
CrossOriginResourceSharing.java Add DELETE and HEAD methods for CORS and CORS headers for all responses 2023-10-18 11:34:50 +09:00
DeleteMultipleObjectsRequest.java Update copyright year 2021-03-29 21:04:28 +09:00
EncryptedBlobStore.java Support for transparent encryption 2022-03-26 22:05:08 +09:00
EventualBlobStore.java Update copyright year 2021-03-29 21:04:28 +09:00
GlobBlobStoreLocator.java Fix anonymous bucket listing bug 2021-10-26 13:15:02 +09:00
Main.java add regex middleware 2023-10-03 20:53:45 +09:00
NullBlobStore.java Require Java 11 2022-08-08 21:24:58 +09:00
Quirks.java Update copyright year 2021-03-29 21:04:28 +09:00
ReadOnlyBlobStore.java Update copyright year 2021-03-29 21:04:28 +09:00
RegexBlobStore.java add regex middleware 2023-10-03 20:53:45 +09:00
S3AuthorizationHeader.java add getters for S3AuthorizationHeader fields and make fields private 2021-04-29 15:08:04 +09:00
S3ErrorCode.java Upgrade to Jetty 11.0.11 2022-08-08 21:17:40 +09:00
S3Exception.java Update copyright year 2021-03-29 21:04:28 +09:00
S3Proxy.java treat null and empty string equally for endpoint properties 2023-10-24 20:45:37 +09:00
S3ProxyConstants.java add regex middleware 2023-10-03 20:53:45 +09:00
S3ProxyHandler.java commonPrefixes is only for delimiter request; check size and tier null 2023-11-13 22:38:13 +09:00
S3ProxyHandlerJetty.java make sure all errors are logged at debug level 2023-08-17 17:21:02 +09:00
ShardedBlobStore.java Upgrade to SpotBugs 4.2.0 2021-08-21 08:11:55 +09:00