1
0
mirror of https://github.com/minio/mc.git synced 2025-11-14 23:42:27 +03:00

Provide new style

```
 $ ./mc cp s3://yourbucket/key .
 $ ./mc cp new-file s3://yourbucket
```
This commit is contained in:
Harshavardhana
2015-02-20 20:26:10 -08:00
parent afcd161ff7
commit 4e7f621ebd
2 changed files with 14 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ var bucketNameErr = errors.New("bucket name is mandatory")
// fs
var fsPathErr = errors.New("Arguments missing <S3Path> or <LocalPath>")
var fsUriErr = errors.New("Invalid URI scheme")
var fsKeyErr = errors.New("Key is needed to get the file")
// configure
var configAccessErr = errors.New("accesskey is mandatory")