Skip to content

Progress bar for file transfers #23

@quinnwai

Description

@quinnwai

Is your feature request related to a problem? Please describe.
Users don't know how long an upload will take. Adding a progress bar is non-trivial since we can't just use gen3-clients's progress bar which logs it to stdout. We will need to edit gen3-client to pass the bytes from the nested calls as a callback in git drs so that we can return a ProgressResponse to LFS.

Describe the solution you'd like
Progress bar provided by LFS will be updated as expected.

Describe alternatives you've considered
Writing to the transfer.log file directly. This would unnecessarily log a line per update which could get cumbersome.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions