koolhead17
|
9685f88b84
|
Added FreeBSD installation steps with ZFS. (#1388)
|
2016-04-26 10:17:02 -07:00 |
koolhead17
|
c3d0a3d51e
|
Update README.md
Our community contributor bought this to our attention so we have to add region as well in s3cmd config file.
|
2016-04-19 10:22:40 -07:00 |
Harshavardhana
|
8112291d43
|
Add FreeBSD binary link and make a release
|
2016-04-14 17:22:47 -07:00 |
Anand Babu (AB) Periasamy
|
4e6c4da518
|
Update README.md
|
2016-04-06 20:54:06 -07:00 |
Harshavardhana
|
484ba91b08
|
config: Migrate to the new version. Remove backend details.
Migrate to new config format v4.
```
{
"version": "4",
"credential": {
"accessKey": "WLGDGYAQYIGI833EV05A",
"secretKey": "BYvgJM101sHngl2uzjXS/OBF/aMxAN06JrJ3qJlF"
},
"region": "us-east-1",
"logger": {
"console": {
"enable": true,
"level": "fatal"
},
"file": {
"enable": false,
"fileName": "",
"level": "error"
},
"syslog": {
"enable": false,
"address": "",
"level": "debug"
}
}
}
```
This patch also updates [minio cli spec](./minio.md)
|
2016-04-02 17:29:31 -07:00 |
Harshavardhana
|
1ef5ab3c28
|
docker: Fix docker command entry.
|
2016-03-24 20:38:36 -07:00 |
Harshavardhana
|
aaf97ea02c
|
config/main: Re-write config files - add to new config v3
- New config format.
```
{
"version": "3",
"address": ":9000",
"backend": {
"type": "fs",
"disk": "/path"
},
"credential": {
"accessKey": "WLGDGYAQYIGI833EV05A",
"secretKey": "BYvgJM101sHngl2uzjXS/OBF/aMxAN06JrJ3qJlF"
},
"region": "us-east-1",
"logger": {
"file": {
"enable": false,
"fileName": "",
"level": "error"
},
"syslog": {
"enable": false,
"address": "",
"level": "debug"
},
"console": {
"enable": true,
"level": "fatal"
}
}
}
```
New command lines in lieu of supporting XL.
Minio initialize filesystem backend.
~~~
$ minio init fs <path>
~~~
Minio initialize XL backend.
~~~
$ minio init xl <url1>...<url16>
~~~
For 'fs' backend it starts the server.
~~~
$ minio server
~~~
For 'xl' backend it waits for servers to join.
~~~
$ minio server
... [PROGRESS BAR] of servers connecting
~~~
Now on other servers execute 'join' and they connect.
~~~
....
minio join <url1> -- from <url2> && minio server
minio join <url1> -- from <url3> && minio server
...
...
minio join <url1> -- from <url16> && minio server
~~~
|
2016-03-23 19:16:09 -07:00 |
koolhead17
|
7f993bb5e6
|
Update README.md
fixed missing spelling,
|
2016-03-22 13:37:04 +05:30 |
koolhead17
|
da691dc100
|
Update README.md
Added more s3cmd commands associated & known to work well with Minio server
|
2016-03-22 12:39:44 +05:30 |
Harshavardhana
|
2357e00317
|
Fix s3cmd config
|
2016-03-18 02:07:17 -07:00 |
GarimaKapoor
|
b37fbabe7f
|
Update README.md
|
2016-03-02 11:07:23 -08:00 |
Harshavardhana
|
9122f06307
|
Update README.md
|
2016-02-24 19:57:11 -08:00 |
Harshavardhana
|
9e10ee7e47
|
cpu: Remove pkg/cpu in favor of better klauspost/cpuid.
Fixes #1128
|
2016-02-15 13:50:33 -08:00 |
Harshavardhana
|
d55f72f09a
|
Add doc change.
|
2016-02-01 02:45:19 -08:00 |
Harshavardhana
|
cce2f41125
|
doc: Update readme.md
|
2016-01-29 18:09:34 -08:00 |
frankw
|
9a0cd354a3
|
Updated 'aws s3 ls' example in README.md to include s3:// (which is apparently needed for other aws s3 commands such as cp or rm)
|
2016-01-26 22:55:12 +01:00 |
frankw
|
0a5094c73a
|
Added Alias argument in configuring/using mc client for minio server
Both in README.md as well as sample commands when starting minio server
|
2016-01-26 10:42:21 +01:00 |
koolhead17
|
d4dbd09a9c
|
Modified command for adding a host to minio.
|
2016-01-13 23:36:42 +05:30 |
Harshavardhana
|
70bd51994c
|
Merge pull request #1026 from harshavardhana/add-doc
Add aws-cli documentation.
|
2016-01-08 20:01:38 -08:00 |
Harshavardhana
|
80d175b34c
|
Add aws-cli documentation.
|
2016-01-08 19:59:23 -08:00 |
koolhead17
|
888111816d
|
Update README.md
minor change, adding '--' with help option as we introduced the same with mc.
|
2016-01-08 23:47:08 +05:30 |
Harshavardhana
|
d955ce4123
|
s3cmd: Fix signature issues related to s3cmd.
Support regions both 'us-east-1' and 'US' (short hand for US Standard)
honored by S3.
|
2015-12-28 18:05:28 -08:00 |
Harshavardhana
|
523e75759d
|
minio: Fix mc and minio download URLs.
Fixes #991
|
2015-12-13 13:57:56 -08:00 |
Harshavardhana
|
3c71c5c80c
|
s3cmd: Handle support for s3cmd.
|
2015-12-09 17:16:53 -08:00 |
Harshavardhana
|
aac85334fd
|
Add s3cmd support status
Fixes #987
|
2015-12-06 13:40:48 -08:00 |
Harshavardhana
|
330ceddfd4
|
Update README.md
|
2015-12-04 16:26:09 -08:00 |
Harshavardhana
|
9c64a232e2
|
doc: update README.md
|
2015-12-02 11:28:41 -08:00 |
Harshavardhana
|
b9aa6a03b8
|
minio: Fix documentation.
|
2015-11-23 13:29:08 -08:00 |
Harshavardhana
|
3e4d69be87
|
doc: update download locations in Readme.md
|
2015-11-14 02:39:02 -08:00 |
Harshavardhana
|
7c17035ce2
|
Update README.md
|
2015-11-06 18:58:28 -08:00 |
Harshavardhana
|
49260abad4
|
Fix description typo
|
2015-10-27 11:38:28 -07:00 |
Harshavardhana
|
fc5a1d7408
|
Add documentation for aws-sdk-go
|
2015-10-22 01:50:31 -07:00 |
Harshavardhana
|
16f6a7d370
|
Update README.md
|
2015-10-22 00:20:34 -07:00 |
Harshavardhana
|
469a3475b6
|
Add new logging connectors
|
2015-10-19 23:11:32 -07:00 |
Harshavardhana
|
97393fd2a2
|
Update README.md
|
2015-10-16 11:56:53 -07:00 |
Harshavardhana
|
94b0243341
|
Update minio micro services description
|
2015-10-16 11:40:47 -07:00 |
Harshavardhana
|
762b798767
|
Migrate this project to minio micro services code
|
2015-10-16 11:26:08 -07:00 |
Anand Babu (AB) Periasamy
|
77cca1e648
|
Update README.md
|
2015-09-26 15:34:28 -07:00 |
Anand Babu (AB) Periasamy
|
a083733ce2
|
updated jobs section
|
2015-09-26 15:29:05 -07:00 |
Harshavardhana
|
156ebf6a60
|
Update README.md
|
2015-09-17 15:50:30 -07:00 |
Harshavardhana
|
99ec05be3e
|
Update README.md
|
2015-09-17 15:16:28 -07:00 |
Harshavardhana
|
d6a0e0cc55
|
Rename more
|
2015-07-24 18:09:53 -07:00 |
Harshavardhana
|
107ca4cbad
|
Update README.md
|
2015-07-16 23:57:02 -07:00 |
Anand Babu (AB) Periasamy
|
7e2df542f1
|
Remove command name from title.
|
2015-07-14 11:58:37 -07:00 |
Anand Babu (AB) Periasamy
|
352a2dd34b
|
Update README.md
|
2015-07-14 11:56:47 -07:00 |
Anand Babu (AB) Periasamy
|
893782ffab
|
Update README.md
|
2015-07-14 10:57:53 -07:00 |
Harshavardhana
|
45424cfe52
|
Update README.md
|
2015-06-17 13:58:40 -07:00 |
Harshavardhana
|
4998907835
|
Update README.md
|
2015-06-16 16:09:10 -07:00 |
Harshavardhana
|
bbc6c056e8
|
Update README.md
|
2015-06-16 16:03:17 -07:00 |
Harshavardhana
|
db666a1f6e
|
Update README.md
|
2015-06-16 15:58:04 -07:00 |