mirror of https://github.com/apache/druid.git
make index file acl consistent with descriptor
This commit is contained in:
parent
e94badc917
commit
b21820c68a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue