Closed tkhsh closed 2 years ago
+1 just encountered this issue
@tkhsh @andrewchen5678 v6.3.0 allows you to configure the acl
option. Could you try specifying acl: nil
in the options to disable acl being set? If that doesn't work, we probably just need to compress
the options we send to upload_file
to remove nil options. If you could confirm that it would be helpful. Thanks.
@kjvarga
I tried uploading with acl: nil
and it was successful. Thank you.
When sitemap files are uploaded to Google Cloud Storage and uniform bucket-level access is enabled on the bucket, the following error occurs.
Currently, sitemap_generator always grants an ACL when creating a sitemap object, so it would be nice to specify an option that allows to create an object without an ACL.