1
0
mirror of https://github.com/minio/mc.git synced 2025-11-16 11:02:34 +03:00

Squash minio package into s3 package

This commit is contained in:
Harshavardhana
2015-02-08 17:56:28 -08:00
parent e1c93116d3
commit 231f0c3efb
20 changed files with 100 additions and 1076 deletions

View File

@@ -111,5 +111,5 @@ var Configure = cli.Command{
}
const (
S3_AUTH = ".auth"
AUTH = ".auth"
)