You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Question
I am looking into https://py.iceberg.apache.org/configuration/#s3.
i tried
s3.access-key-id
ands3.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:s3.session-token
only withouts3.access-key-id
ands3.secret-access-key
?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
The text was updated successfully, but these errors were encountered: