rishabhdaim commented on code in PR #2558:
URL: https://github.com/apache/jackrabbit-oak/pull/2558#discussion_r2416485050


##########
oak-blob-cloud/src/main/java/org/apache/jackrabbit/oak/blob/cloud/s3/S3Backend.java:
##########
@@ -1346,34 +1359,51 @@ private static String getIdentifierName(String key) {
         return key.substring(0, 4) + key.substring(5);
     }
 
+    private void setRemoteStorageMode() {

Review Comment:
   Only used in this class, so didn't move it to Utils.
   But, I agree this can be moved, so strong opinion here.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to