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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user