Object Storage: Google Cloud Storage config issues

I was trying the steps listed in #4855 with configs directly in production.yaml and GCS bucket does have the CORS. But I keep getting the Access Denied error.

I’m able to use gsutil to upload a file from GCP VM to the GCS bucket after using the Service Account.

Am I missing any other configs? And the object storage lib seems to be AWS specific?

Please suggest

Looks like no one in the community is using GCS for object storage?

I got it working.

  1. Google cloud Storage Interoperable keys
    How can I create Access/Secret keys for Google Cloud Storage?

  2. Bucket needs to be marked as Fine Grained Access instead of Uniformed

Would be great to update the Remote Object Storage docs

The documentation is in the same repository than the code (folder support/doc). If you have a github account, you can propose an update.