1
0
mirror of https://github.com/minio/mc.git synced 2025-11-16 11:02:34 +03:00
Files
mc/s3-errors.go
Harshavardhana 10911e791f Standardize on s3:// as the default URI for all operations
- ./mc ls s3://<bucket>/<object>
       where <bucket> and <object> are optional

  - ./mc cp s3://<bucket>/<object> .
     Downloads <object> to your present working directory

  - ./mc cp <object> s3://<bucket>/<key>
     Uploads <object> to your <bucket> with name <key>
       where <key> is optional
2015-03-07 19:05:51 -08:00

1.1 KiB