I need to setup Google Storage access for 3rd parties (public) to allow them to upload one or more files, but they shouldn't be allowed to read, list, delete or update an existing file. This structure allows anyone to upload the data to that bucket, but only the owner of the bucket can read it.
I have seen this configured with other partners in the past where I was able to upload, but can't read or rewrite those files.
Can someone help on how this can be accomplished on Google Storage bucket e.g. gs://example-bucket/ using gsutil or some other option/tool?