Skip to content

Conversation

skshetry
Copy link

_put_file will automatically increase the chunksize when uploading a large file to remain within 10,000 chunks limit.

Fixes #971.

`_put_file` will automatically increase the `chunksize` when uploading a
large file to remain within 10,000 chunks limit.

Fixes fsspec#971.
@skshetry skshetry moved this to In Progress in DVC Oct 12, 2025
@skshetry skshetry added this to DVC Oct 12, 2025
@martindurant
Copy link
Member

I am glad you are working on this.

You may also be interested in fsspec/adlfs#508 , which implemented a coroutine pool rather than batching, a feature we could implement across fsspec ( @anjaliratnam-msft ).

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.

using dynamic chunksize when uploading large files?

2 participants