You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by da...@apache.org on 2023/06/08 08:57:46 UTC

[jackrabbit-oak] branch OAK-10093 updated (9f0d2844cb -> 099f8b7dae)

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

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


    from 9f0d2844cb OAK-10093 : replaces if/else block with switch statement
     add 099f8b7dae OAK-10093 : fixed issues with unit cases and provided steps to create base64 encoded 32 bytes SSE_C keys

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  |  4 +-
 .../oak/blob/cloud/s3/S3RequestDecorator.java      | 45 ++++++++++++----
 .../jackrabbit/oak/blob/cloud/s3/TestS3Ds.java     | 61 ++++++++++++++++------
 4 files changed, 103 insertions(+), 48 deletions(-)