mirror of
https://github.com/minio/minio-rs.git
synced 2025-12-06 15:26:51 +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