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

Add size option to FilelikeObjectAdapter #60

Merged
merged 1 commit into from
Dec 4, 2022
Merged

Add size option to FilelikeObjectAdapter #60

merged 1 commit into from
Dec 4, 2022

Conversation

karajan1001
Copy link
Owner

fix: #59

Because in resumable uploading we need to upload chunks of the file stream. size option is need for FilelikeObjectAdapter

  1. Add size option for FilelikeObjectAdapter
  2. Add a unit test for FilelikeObjectAdapter's reading.

@karajan1001 karajan1001 added the enhancement New feature or request label Dec 4, 2022
fix: #59

Because in resumable uploading we need to upload chunks of the file stream.
size option is need for FilelikeObjectAdapter

1. Add `size` option for FilelikeObjectAdapter
2. Add a unit test for FilelikeObjectAdapter's reading.
3. modify flake8 address from gitlab to github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add size option to FilelikeObjectAdapter
1 participant