enough-activity-88417
06/12/2023, 7:47 AMpulumi up
I am getting the following error:
Error putting S3 Grants: AccessControlListNotSupported: The bucket does not allow ACLs
const POC = new aws.s3.Bucket(
POCS3BucketName,
{
bucket: POCS3BucketName,
forceDestroy: false,
grants: [
{
id: currentAwsUser.then((currentUser) => currentUser.id),
type: "CanonicalUser",
permissions: ["FULL_CONTROL"]
}
],
versioning: {
enabled: true
},
lifecycleRules: archiveLogsLifecycleRules,
serverSideEncryptionConfiguration: archiveBucketServerSideEncryption
},
{
protect: true
}
);
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by