> @@ -368,7 +368,7 @@ public void setContainerAccess(String container,
> ContainerAccess access) {
>
> @Override
> public BlobAccess getBlobAccess(String container, String key) {
> - throw new UnsupportedOperationException("unsupported in Azure");
> + return BlobAccess.PRIVATE;
Could you make a similar change to `RegionScopedSwiftBlobStore.getBlobAccess`
and `GlacierBlobStore.getBlobAccess` for consistency?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/898/files#r48900297