This is an automated email from the ASF dual-hosted git repository.

daim pushed a change to branch OAK-10199
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


    from 11cf1f61f8 OAK-10199 : handled escaped properties while deleting them
     add d89144458e OAK-10093 : provided support for SSE Customer Keys for AWS
     add 4588617569 OAK-10093 : replaces if/else block with switch statement
     add bdff57f2a9 OAK-10093 : fixed issues with unit cases and provided steps 
to create base64 encoded 32 bytes SSE_C keys
     add c2494b4d03 OAK-10093 : updated properties file with steps to generate 
SSE_C key
     add b49d5b82f1 OAK-10093 : fixed code smells suggested by SONAR
     add f72a670159 OAK-10093 : incorporated review comments
     add e44b99127a OAK-10093 : added note that PresinedUrls won't work with 
Direct Binary Access
     add 81f81fe2fe OAK-10330: oak-it-osgi: temporarily introduce Guava 
dependency again
     add 4badb7b2a8 OAK-10315: Counter for DocumentStore check
     add 019ba1dea9 OAK-10328 fix scope of "jackrabbit-jcr-tests" (#1005)
     add c231c2206e OAK-10199 : added unit cases to handle concurrent prop 
update and escaped properties update

No new revisions were added by this update.

Summary of changes:
 .../jackrabbit/oak/blob/cloud/s3/S3Backend.java    |  41 ++--
 .../jackrabbit/oak/blob/cloud/s3/S3Constants.java  |  12 ++
 .../oak/blob/cloud/s3/S3RequestDecorator.java      |  86 ++++++--
 ...ithKey.java => TestS3DSWithSSECustomerKey.java} |  28 +--
 .../jackrabbit/oak/blob/cloud/s3/TestS3Ds.java     |  63 ++++--
 oak-blob-cloud/src/test/resources/aws.properties   |   4 +
 .../site/markdown/features/direct-binary-access.md |   2 +
 oak-it-osgi/pom.xml                                |   5 +
 oak-jcr/pom.xml                                    |   1 +
 .../oak/run/DocumentStoreCheckCommandTest.java     |   5 +
 .../plugins/document/VersionGCRecommendations.java |   4 +-
 .../plugins/document/VersionGarbageCollector.java  |  31 ++-
 .../oak/plugins/document/VersionGCInitTest.java    |   4 +-
 .../document/VersionGarbageCollectorIT.java        | 217 +++++++++++++++++----
 14 files changed, 388 insertions(+), 115 deletions(-)
 copy 
oak-blob-cloud/src/test/java/org/apache/jackrabbit/oak/blob/cloud/s3/{TestS3DSWithSSEKMSwithKey.java
 => TestS3DSWithSSECustomerKey.java} (59%)

Reply via email to