Use Google Cloud storage
I am trying to use Google cloud storage to save attachments/images.
I have set the following variables:
STORAGE_SERVICE=GCS
# GCS
GCS_BUCKET_NAME=
GCS_DOMAIN=
GCP_SECRETY_ACCESS_KEY=
GCS_REGION=
But when I try, for example, to add my brand logo, I get an error message.
And the request query still seems to point to AWS as storage : ?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=test/20230526/us-east-1/s3/aws4_request&X-Amz-Date=20230526T135219Z&X-Amz-Expires=3600&X-Amz-Signature=cd4a3a47dece83f5ba1723a6cb6c1f85bbbdb2d93fa35badaf61e13b6b447650&X-Amz-SignedHeaders=host&x-amz-acl=public-read&x-id=PutObject1 Reply
My bucket is public
@Pawan Jain