kopia lustrzana https://github.com/gaul/s3proxy
Remove BlobAccess TODO
jclouds cannot provide BlobAccess since providers do not return these ACLs.pull/124/head
rodzic
6b0a6d8cdc
commit
bc1833ed2e
|
@ -618,7 +618,6 @@ final class S3ProxyHandler extends AbstractHandler {
|
|||
// TODO: NO_SUCH_BUCKET
|
||||
throw new S3Exception(S3ErrorCode.NO_SUCH_KEY);
|
||||
}
|
||||
// TODO: getBlob should return BlobAccess
|
||||
BlobAccess access = blobStore.getBlobAccess(path[1],
|
||||
path[2]);
|
||||
if (access != BlobAccess.PUBLIC_READ) {
|
||||
|
|
Ładowanie…
Reference in New Issue