make index file acl consistent with descriptor

This commit is contained in:
Xavier Léauté 2014-04-04 14:20:54 -07:00
parent e94badc917
commit b21820c68a
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class S3DataSegmentPusher implements DataSegmentPusher
toPush.setBucketName(outputBucket);
toPush.setKey(s3Path);
if (!config.getDisableAcl()) {
toPush.setAcl(AccessControlList.REST_CANNED_AUTHENTICATED_READ);
toPush.setAcl(GSAccessControlList.REST_CANNED_BUCKET_OWNER_FULL_CONTROL);
}
log.info("Pushing %s.", toPush);