Harshavardhana
7c454d8f94
Migrate to new minio/cli, fix all extra spaces across commands ( #2825 )
2019-07-15 19:59:28 +01:00
ebozduman
83a9d8b91d
Adds missing codebase MinIO and min.io changes ( #2745 )
2019-04-16 22:31:54 -07:00
kannappanr
da3e027145
Strip trailing separator in URL in config host add ( #2680 )
...
Also, in the case of find command for existing configs that has a
trailing separator in the URL, trim the separator from the URL.
Fixes #2645
2019-02-07 21:10:38 -08:00
Harshavardhana
59ef9fe468
Support SSE without keys ( #2626 )
2019-01-04 11:56:43 -08:00
Harshavardhana
cb4f46854b
Fix command line names and documentation ( #2602 )
2018-11-19 17:19:53 -08:00
Harshavardhana
b827fac635
Fix help message usage for some commands ( #2591 )
2018-11-05 10:37:33 -08:00
Nitish Tiwari
480bc8aa2a
Use randString() to generate random string for S3 sign probe ( #2498 )
...
newRandomID() func may return string with uppercase letters. Such
strings will make invalid bucket name as S3 doesn't allow
uppercase lettes in bucket names.
randString() always returns strings with lowercase letters or
numbers.
Fixes #2496
2018-07-31 20:53:39 +05:30
Anis Elleuch
d83e73b85b
Pick a random bucket name when probing for signature version ( #2491 )
...
Probing buckets is a mechanism used to automatically detect supported
S3 signature version. However, it seems that probe-bucket-sign is already
used by someone, the thing that makes probing fails with 403 error. This
PR changes the code to pick a random bucket name when probing.
2018-07-24 20:19:26 -07:00
Anis Elleuch
45b32d3985
errors: Add missing ending dot in error & fatal messages ( #2418 )
2018-03-23 12:22:55 +05:30
poornas
0ede95b65e
add encrypt option to cp, mirror,pipe,stat, cat and rm commands ( #2400 )
2018-03-08 17:18:41 +05:30
poornas
65e22bee24
Add api as option for mc config host add command. ( #2381 )
2018-02-10 14:39:12 -08:00
A. Elleuch
99ee2a5042
Refactor {build,new}S3Config to remove a duplicate code ( #2329 )
2018-01-24 12:06:34 -08:00
A. Elleuch
4cb6e35342
fix: Consider insecure flag in host add cmd ( #2331 )
...
--insecure wasn't have an effect when invoked in a `mc host add` cmd. This
PR fixes the behavior.
2017-12-11 15:14:56 -08:00
poornas
ab6b2a83ac
Add new stat sub command ( #2275 )
2017-10-31 13:56:40 -07:00
Harshavardhana
aa8d5ed0cc
Add newS3Config helper to auto-probe signature type. ( #2292 )
2017-10-20 13:51:56 -07:00
Harshavardhana
60681d7fb6
config: Provide meaningful errors for invalid URL and Alias. ( #2233 )
...
Fixes #2232
2017-08-06 11:35:01 -07:00
CarterMcClellan
21c677fc2d
config: default S3v2 for google endpoints ( #2179 )
2017-06-13 14:50:17 -07:00
Harshavardhana
1dab94c625
Split config-host into remove, list, add commands ( #2069 )
...
This PR also adds convenient aliases for
- remove as `rm`
- list as `ls`
- add as `a`
Also brings much needed cleanup.
2017-03-11 18:50:56 -08:00