https://pulumi.com logo
#general
Title
# general
b

bulky-gigabyte-37745

10/20/2023, 3:54 PM
Should'nt the block of code where I set the block_public_acls etc to False disable the BlockPublicAccess ? Why does it say that it is still enabled ? Or if so how do I disable it ? Please help
m

melodic-tomato-39005

10/23/2023, 4:29 AM
Hi @bulky-gigabyte-37745, this seems to be a known issue with the AWS API, see this issue. There are some workarounds in the comments like setting
object_ownership=s3.ObjectOwnership.OBJECT_WRITER
.