Skip to content

Commit b7ac8ae

Browse files
jayceslesargruuya
andauthored
Update pyiceberg/catalog/rest/__init__.py
Co-authored-by: Marko Grujic <markoog@gmail.com>
1 parent eb0e1f9 commit b7ac8ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyiceberg/catalog/rest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def __init__(self, **properties: str):
397397
botocore_session=self._properties.get(BOTOCORE_SESSION),
398398
aws_access_key_id=get_first_property_value(self._properties, AWS_ACCESS_KEY_ID),
399399
aws_secret_access_key=get_first_property_value(self._properties, AWS_SECRET_ACCESS_KEY),
400-
aws_session_toxken=get_first_property_value(self._properties, AWS_SESSION_TOKEN),
400+
aws_session_token=get_first_property_value(self._properties, AWS_SESSION_TOKEN),
401401
)
402402

403403
def add_headers(self, request: PreparedRequest, **kwargs: Any) -> None: # pylint: disable=W0613

0 commit comments

Comments
 (0)