‘604800’ violates constraint ‘constraints/storage.softDeletePolicySeconds’
While creating a GCS bucket using python code I am getting below error
Least privilege principle to create files in a bucket
I’m trying to grant a service account a limited set of permissions while allowing to create files on a specific bucket. Instead of creating a custom role, I thought on using the roles/storage.objectCreator
predefined one on the bucket.