Skip to content

Commit

Permalink
remove S3 ACL
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Nov 26, 2024
1 parent 146da2b commit 9b2c416
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/php/configurator-bundle/src/Pusher/BucketPusher.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public function pushToBucket(string $path, string $data): void
'Bucket' => $this->bucketName,
'Key' => $this->pathPrefix.$path,
'Body' => $data,
'ACL' => 'public-read',
]);
}
}

0 comments on commit 9b2c416

Please sign in to comment.