danielfrg / s3contents

Jupyter Notebooks in S3 - Jupyter Contents Manager implementation
Apache License 2.0
248 stars 88 forks source link

Fixed credentials refreshing with aiobotocore #164

Closed affei closed 1 year ago

affei commented 1 year ago

Suggested way for refreshing credentials doesn't work anymore, because s3fs switched from boto3 to botocore session. Renewing credentials works with aiobotocore classes (which also require async refresh added to PR)

danielfrg commented 1 year ago

Thank you!