kevinjqliu commented on issue #1501:
URL: 
https://github.com/apache/iceberg-python/issues/1501#issuecomment-2580902171

   > OSError: When reading information for key 
'iceberg_test/metadata/00004-804bd1cf-09b6-48b4-8d8b-4e332d971b13.metadata.json'
 in bucket '': AWS Error ACCESS_DENIED during HeadObject operation: No response 
body.
   
   this is likely a permission issue related to AWS resources. Specifically, 
the credentials passed to S3 FileIO does not have the proper permission to 
access the file. 
   ```
               "s3.access-key-id": aws_credentials['aws_access_key_id'],
               "s3.secret-access-key": aws_credentials['aws_secret_access_key'],
               "s3.session-token": aws_credentials.get('aws_session_token', 
None),
               "s3.region": "us-west-2",
   ```
   https://py.iceberg.apache.org/configuration/#s3


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to