Question
I am looking into https://py.iceberg.apache.org/configuration/#s3.
i tried s3.access-key-id and s3.secret-access-key. they works well. but now, i am thinking how to grant temp permissions.
i am looking into s3.session-token. I have two questions:
- can i specify
s3.session-token only without s3.access-key-id and s3.secret-access-key?
- how to get the token by aws cli?
I have similar questions about s3.role-arn:
1, how to get this by aws cli?
I know some questions are not relevant to pyiceberg... Any comments welcomed. Thanks