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 new put and get APIs for objects #78

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

donatello
Copy link
Member

  • put_object_content -> streaming object uploads

  • put_object_from_file -> upload file

  • put_object, create_multipart_uload, abort_multipart_upload,
    upload_part, complete_multipart_upload -> S3 APIs for single and
    multipart uploads

  • get_object -> streaming object downloads

- put_object_content -> streaming object uploads

- put_object_from_file -> upload file

- put_object, create_multipart_uload, abort_multipart_upload,
upload_part, complete_multipart_upload -> S3 APIs for single and
multipart uploads

- get_object -> streaming object downloads
@balamurugana balamurugana merged commit 54b671e into minio:master Apr 3, 2024
1 check passed
@donatello donatello deleted the put-get branch April 3, 2024 01:10
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.

2 participants