mirror of https://github.com/apache/jclouds.git
added / to path for bucket acl as without it Amazon infinitely sends redirects
git-svn-id: http://jclouds.googlecode.com/svn/trunk@1841 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
8baed726ab
commit
20fb575056
|
@ -419,6 +419,7 @@ public interface S3Connection {
|
||||||
@Query(key = "acl")
|
@Query(key = "acl")
|
||||||
@XMLResponseParser(AccessControlListHandler.class)
|
@XMLResponseParser(AccessControlListHandler.class)
|
||||||
@ExceptionParser(ReturnNotFoundIfBucketDoesntExist.class)
|
@ExceptionParser(ReturnNotFoundIfBucketDoesntExist.class)
|
||||||
|
@Path("/")
|
||||||
Future<AccessControlList> getBucketACL(@HostPrefixParam String bucketName);
|
Future<AccessControlList> getBucketACL(@HostPrefixParam String bucketName);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue