Skip to content

Conversation

@martindurant
Copy link
Member

Fixes #1001

@NickGeneva - this fixes your case. However, note that the base cause was the reuse of fsspec instances: the second time you run the coroutine, you get the same instance as the first time, with the closed session attached. You could have used skip_instance_cache in S3FileSystem() to avoid the problem.

@martindurant
Copy link
Member Author

Hm, new moto does not support old aiobotocore - please bear with me.

@martindurant martindurant merged commit 56402cd into fsspec:main Jan 19, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Async changes with aiobotocore 3.0 and up

1 participant