Should'nt the block of code where I set the block_...
# general
b
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
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
.