ierandra commented on code in PR #2409:
URL: https://github.com/apache/jackrabbit-oak/pull/2409#discussion_r2447203178


##########
oak-blob-cloud-azure/src/main/java/org/apache/jackrabbit/oak/blob/cloud/azure/blobstorage/AzureDataStore.java:
##########
@@ -35,17 +37,33 @@
 import org.apache.jackrabbit.oak.spi.blob.SharedBackend;
 import org.jetbrains.annotations.NotNull;
 import org.jetbrains.annotations.Nullable;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
 
 public class AzureDataStore extends AbstractSharedCachingDataStore implements 
ConfigurableDataRecordAccessProvider {
+
+    private static final Logger log = 
LoggerFactory.getLogger(AzureHttpRequestLoggingPolicy.class);
+
     private int minRecordLength = 16*1024;
 
     protected Properties properties;
 
-    private AzureBlobStoreBackend azureBlobStoreBackend;
+    private AbstractAzureBlobStoreBackend azureBlobStoreBackend;
+
+    private static final String AZURE_SDK_12_ENABLED = "azure.sdk.12.enabled";

Review Comment:
   ```suggestion
       private static final String AZURE_SDK_12_ENABLED = 
"blob.azure.v12.enabled";
   ```



-- 
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