Hi,
I was trying to setup the S3 addon on GCP Storage, that should be working thanks to Cloud Storage interoperability
I’ve set cuba.amazonS3.endpointUrl
to https://storage.googleapis.com
and I’ve created access and secret key as in Managing HMAC keys for service accounts.
However, when trying to upload a file I obtain:
com.haulmont.cuba.core.global.FileStorageException: I/O error: Could not save file <filename>.
In debug mode I see that the inner exception is:
software.amazon.awssdk.services.s3.model.S3Exception: Invalid argument. (Service: S3, Status Code: 400, Request ID: null)
Any suggestions to better debug the issue is greatly appreciated, thanks!