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
Currently, the method Store.get_s3fs_filesystem returns an s3fs.S3FileSystem instance with a default AWS session that does not automatically refresh its credentials when the credentials expire.
This should be rectified by constructing a session object and passing it into the s3fs.S3FileSystem constructor rather than explicitly passing key, secret, and token, where the session is configured to automatically refresh the credentials.
The text was updated successfully, but these errors were encountered:
chuckwondo
changed the title
Auto-refresh S3 credentials
Auto-refresh S3 credentials for Store.get_s3fs_session.
Jul 16, 2024
chuckwondo
changed the title
Auto-refresh S3 credentials for Store.get_s3fs_session.
Auto-refresh S3 credentials for Store.get_s3fs_session
Jul 16, 2024
chuckwondo
changed the title
Auto-refresh S3 credentials for Store.get_s3fs_session
Auto-refresh S3 credentials for Store.get_s3fs_filesystem
Sep 15, 2024
Currently, the method
Store.get_s3fs_filesystem
returns ans3fs.S3FileSystem
instance with a default AWS session that does not automatically refresh its credentials when the credentials expire.This should be rectified by constructing a session object and passing it into the
s3fs.S3FileSystem
constructor rather than explicitly passing key, secret, and token, where the session is configured to automatically refresh the credentials.The text was updated successfully, but these errors were encountered: