Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds progress for GetObjectAsync and PutObjectAsync methods #723

Closed
wants to merge 0 commits into from

Conversation

lukashev-di
Copy link
Contributor

@lukashev-di lukashev-di commented Dec 7, 2022

Fixes issue #717

Copy link
Collaborator

@ebozduman ebozduman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lukashev-di

Please add a new functional test for this new feature.
You can have one based on one of the PutObject_Test<N> tests in FunctionalTest.cs file.

Also run dotnet regitlint just before you create your commit to be able to include the lint changes in your commit. This will fix the Linux build failure.

Copy link
Collaborator

@ebozduman ebozduman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We also need to make sure the progress is printed out as 100 when a small object/file (<5MB, i.e. not multipart) is uploaded. The progress shows 0 percent after uploading a file < 5MB.

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.

3 participants