want to setup an automation on gcs bucket

i have a GCS bucket and a folder init. I want to setup an automation that should detect new file uploaded and change the ACL of that object immediately.

1 1 51
1 REPLY 1

Hello @ollamar,

Welcome to Google Cloud Community!

Take a look at the documentation: Default ACLs

You can change the default ACL given to an object, this process is described in Changing default object ACLs. You can set a default object ACL on a bucket, each uploaded object to that bucket that does not explicitly have an ACL applied to it will have the default ACL applied to it instead.

If the above option doesn't work, you can contact Google Cloud Support to further look into your case. Hope it helps, thanks!