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:
adrian.f.cole 2009-08-09 22:31:55 +00:00
parent 8baed726ab
commit 20fb575056
1 changed files with 1 additions and 0 deletions

View File

@ -419,6 +419,7 @@ public interface S3Connection {
@Query(key = "acl")
@XMLResponseParser(AccessControlListHandler.class)
@ExceptionParser(ReturnNotFoundIfBucketDoesntExist.class)
@Path("/")
Future<AccessControlList> getBucketACL(@HostPrefixParam String bucketName);
/**