badalprasadsingh opened a new issue, #1422:
URL: https://github.com/apache/iceberg-go/issues/1422

   ### Apache Iceberg version
   
   main (development)
   
   ### Please describe the bug 🐞
   
   When the S3 IO backend (`io/gocloud`) is pointed at a non-AWS S3-compatible 
endpoint that supports the AWS SigV4 HMAC interop API but is **not** Amazon S3 
itself — most notably **Google Cloud Storage's S3-compatible interop endpoint 
(`https://storage.googleapis.com`)** with HMAC keys — every write fails with:
   
   ```
   operation error S3: PutObject, https response error StatusCode: 403,
   RequestID: , HostID: ,
   api error SignatureDoesNotMatch: Access denied.
   ```
   
   (Empty `RequestID`/`HostID` is characteristic of the GCS interop response.)
   
   This affects any iceberg-go user with a REST catalog (Lakekeeper, Polaris, 
etc.) whose warehouse is on GCS via HMAC Keys.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to