File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 S3_ACCESS_KEY_ID ,
3131 S3_SECRET_ACCESS_KEY ,
3232 S3_SESSION_TOKEN ,
33+ S3_SESSION_TOKEN_EXPIRES_AT_MS ,
3334)
3435from pyiceberg .typedef import IcebergBaseModel , Properties
3536from pyiceberg .utils .properties import get_first_property_value
3637
37- S3_SESSION_TOKEN_EXPIRES_AT_MS = "s3.session-token-expires-at-ms"
3838CREDENTIALS_ENDPOINT = "client.refresh-credentials-endpoint"
3939REFRESH_CREDENTIALS_ENABLED = "client.refresh-credentials-enabled"
4040
Original file line number Diff line number Diff line change 5858S3_ACCESS_KEY_ID = "s3.access-key-id"
5959S3_SECRET_ACCESS_KEY = "s3.secret-access-key"
6060S3_SESSION_TOKEN = "s3.session-token"
61+ S3_SESSION_TOKEN_EXPIRES_AT_MS = "s3.session-token-expires-at-ms"
6162S3_REGION = "s3.region"
6263S3_RESOLVE_REGION = "s3.resolve-region"
6364S3_PROXY_URI = "s3.proxy-uri"
You can’t perform that action at this time.
0 commit comments