fresh-ability-15976
04/02/2025, 8:16 AMsynced_folder.S3BucketFolder
module. This module requires I attach acl to the objects I'm uploading to S3. Though in the docs, it was mentioned that it's optional and I can pass the value None
for it.
I set "object_ownership": "BucketOwnerEnforced"
which automatically disables ACL and would prevent any ACL config from being applied by synced_folder.S3BucketFolder
module.
So at runtime, the execution fails and it ask for property of acl as shown below.
File "/home/web/StaticWebPulumi/website/venv/lib/python3.12/site-packages/pulumi_synced_folder/s3_bucket_folder.py", line 179, in _internal_init
raise TypeError("Missing required property 'acl'")
TypeError: Missing required property 'acl'
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