mirror of
https://github.com/minio/minio-rs.git
synced 2026-01-22 15:42:10 +08:00
- 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