astarrr commented on issue #13597: URL: https://github.com/apache/iceberg/issues/13597#issuecomment-3094446099
Hi! Are you sure that AWS SDK picks these? `aws.accessKeyId` etc Can you try this configuration? ``` spark.conf.set("spark.sql.catalog.<catalog-name>.s3.access-key-id", accessKey) spark.conf.set("spark.sql.catalog.<catalog-name>.s3.secret-access-key", secretkey) spark.conf.set("spark.sql.catalog.<catalog-name>.s3.session-token", token) ``` https://github.com/apache/iceberg/issues/10078#issuecomment-2345880274 -- 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