mirror of
https://github.com/minio/minio-rs.git
synced 2026-01-22 15:42:10 +08:00
URL encoding for S3 API requires that we do not encode '/' in addition to the standard characters (`_-~.` and alphanumerics). Also fixes a bug in error response parsing (bucket name was not parsed correctly). Also adds another put-object example accepting CLI args.