Harshavardhana
b9c48e0ab0
fix return appropriate error for MakeBucket in federation ( #8878 )
2020-01-22 08:25:28 -08:00
Harshavardhana
63c3114657
fix: doc notifications formatting issues ( #8661 )
2019-12-17 17:34:17 -08:00
Bruce Wang
fb708b6b64
minimum Go version 1.13 ( #8561 )
2019-11-22 12:02:34 +05:30
Harshavardhana
26a866a202
Fix review comments and new changes in config ( #8515 )
...
- Migrate and save only settings which are enabled
- Rename logger_http to logger_webhook and
logger_http_audit to audit_webhook
- No more pretty printing comments, comment
is a key=value pair now.
- Avoid quotes on values which do not have space in them
- `state="on"` is implicit for all SetConfigKV unless
specified explicitly as `state="off"`
- Disabled IAM users should be disabled always
2019-11-13 17:38:05 -08:00
Kaan Kabalak
53862d4a28
Use sanitized raw link for logo.svg in README ( #8436 )
2019-10-23 13:02:35 -07:00
Harshavardhana
ddc908207d
Fix README.md link to logo.svg
2019-10-23 10:22:06 -07:00
Harshavardhana
ee4a6a823d
Migrate config to KV data format ( #8392 )
...
- adding oauth support to MinIO browser (#8400 ) by @kanagaraj
- supports multi-line get/set/del for all config fields
- add support for comments, allow toggle
- add extensive validation of config before saving
- support MinIO browser to support proper claims, using STS tokens
- env support for all config parameters, legacy envs are also
supported with all documentation now pointing to latest ENVs
- preserve accessKey/secretKey from FS mode setups
- add history support implements three APIs
- ClearHistory
- RestoreHistory
- ListHistory
- add help command support for each config parameters
- all the bug fixes after migration to KV, and other bug
fixes encountered during testing.
2019-10-22 22:59:13 -07:00
Harshavardhana
9fa727d154
Provide a friendlier error when an update fails ( #8228 )
...
Add upgrading documentation as well
2019-09-13 01:33:42 +05:30
Harshavardhana
94e5cb7576
Migrate to go1.13 to avail all new features ( #8203 )
...
Read more https://blog.golang.org/go1.13
2019-09-08 16:44:15 -07:00
SCDealy
2c3b1f01d9
Update README.md ( #8006 )
...
Since MinIO by default is not fully S3 compatible, this fact should be
specified in a prominent place in the quick start guide so people
new to MinIO don't have to spend hours figuring it out the hard way.
2019-08-02 10:31:07 +05:30
Harshavardhana
b83413b167
Use GOPROXY to speed up builds ( #7984 )
...
Read more here https://proxy.golang.org proposal
for go1.13
2019-07-30 22:27:11 +05:30
ebozduman
78be3f8947
Removes the incorrect coverage badge from the docs ( #7651 )
2019-05-16 12:11:49 +05:30
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
2019-04-09 11:39:42 -07:00
Harshavardhana
979309148e
Add doc updates for new go1.12 installation ( #7486 )
2019-04-04 13:36:31 -07:00
Harshavardhana
16ba679103
Fix markdown table formatting ( #7435 )
2019-03-27 16:16:58 -07:00
Praveen raj Mani
9a71f2fdfa
link to ppc64le binary added ( #7065 )
...
Fixes #7063
2019-01-11 20:16:19 +05:30
Eco
4280e68de3
Document not to use autogenerated keys with containers ( #6737 )
2018-10-31 12:09:16 +05:30
Dee Koder
c30f75de28
Update screenshots. Use png instead of jpgs. ( #5770 )
2018-04-06 13:51:25 +05:30
Nitish Tiwari
d67e423a32
Add firewall-cmd entry for firewall configuration ( #5755 )
2018-04-03 17:15:24 -07:00
Nitish Tiwari
850caaa1be
Add iptables/ufw command example to open relevant ports for Minio ( #5604 )
...
fixes #5022
2018-03-24 00:00:47 +05:30
Harshavardhana
b4ae2bd2f5
Remove snap reference from the repo ( #5676 )
...
snap builds are not well tested, since
some releases have stopped working. Remove
their reference to keep it simple.
Fixes #5674
Fixes #5472
2018-03-20 09:33:02 +05:30
Dee Koder
a34901af77
Add missing wget command for easy cut copy paste. ( #5609 )
...
We should keep this for easy one click copy paste on remote servers
rather than 2 things for users to deal with.
2018-03-06 13:36:48 +05:30
Harshavardhana
e22438c8cd
Cleanup banners and remove fossa/snap ( #5530 )
2018-02-15 09:45:42 +05:30
fossabot
1f13235cbd
Add license scan report and status ( #5430 )
2018-01-19 13:16:59 +05:30
kannappanr
85580fe0d6
Document pre-existing data in fs mode ( #5365 )
...
Document that pre-existing data in fs mode is safe and
accessible
Fixes #5050
2018-01-17 20:44:31 +05:30
Harshavardhana
1672c73988
Fix snap docs with instructions to run ( #5266 )
2017-12-07 08:38:58 +05:30
Harshavardhana
71201273e2
Remove reference to go1.8 issue from homebrew ( #4931 )
2017-09-19 12:41:19 -07:00
Evan
f680b8482f
Add a snapcraft build badge. ( #4805 )
2017-09-19 12:36:35 -07:00
Nitish Tiwari
6d5d49bfb1
Update CLI examples to be in sync with examples used on Minio website ( #4920 )
2017-09-14 19:17:42 -07:00
Leo Arias
34e780e690
add the mount-observe plug to the snap ( #4853 )
2017-08-28 11:40:26 -07:00
Leo Arias
07ccf4c0d0
Add the install instructions for the snap ( #4843 )
2017-08-23 15:59:13 -07:00
Nitish Tiwari
69555f1224
Update Docker commands to use /data as example directory ( #4825 )
...
/data as default makes it easy to understand and shortens
the example Minio command for Docker.
2017-08-17 10:56:25 -07:00
Harshavardhana
58633a383a
Deprecate intel-32, arm64, arm support for minio builds. ( #4811 )
...
It was decided that we will be deprecating ARM support
for minio builds. ARM users should simply compile from source.
Additionally 32bit version of Linux, Windows and FreeBSD (64bit)
are deprecated.
2017-08-14 11:08:58 -07:00
Anand Babu (AB) Periasamy
ed37bf3703
Reduce macOS instructions
2017-06-14 23:26:33 -07:00
Dee Koder
b28d5fa633
Clarify macOS instructions on brew paths. Deleted homebrew upgrade instructions. ( #4501 )
2017-06-09 14:24:32 -07:00
Dee Koder
64c1c0f37d
docs: Update with home brew special note for macOS upgrades. ( #4180 )
2017-04-25 20:18:48 -07:00
Harshavardhana
402a5e3bea
docs: Fix and reword FreeBSD documentation. ( #4145 )
2017-04-19 00:25:20 -07:00
Harshavardhana
5ed1a8ad23
docs: macOS brew now refers to Minio fork ( #4059 )
2017-04-07 01:42:59 -07:00
Dee Koder
8c0ce2fee9
docs: Removed space from code blocks. ( #3965 )
2017-03-23 19:06:31 -07:00
koolhead17
97dc34fe06
docs: Fix for README.md markdown table. ( #3948 )
2017-03-21 12:02:39 -07:00
Harshavardhana
dbb5408906
Add ARM64 build binary for README.md
...
Fixes #3626
2017-01-24 20:28:54 -08:00
Harshavardhana
a054c73e22
Add slack replace gitter ( #3584 )
2017-01-16 15:26:26 -08:00
Dee Koder
00baec1746
syntax highlighting : Remove sh from code block which incorrectly highlights shell commands. ( #3504 )
2016-12-28 16:07:05 -08:00
Aditya Manthramurthy
f7766b49aa
Amend ZFS line in README - to make it about Minio on FreeNAS ( #3461 )
2016-12-16 09:59:02 -08:00
koolhead17
d9fd6f9a96
docs: Removed $/# from code block to make code copy easier. ( #3448 )
2016-12-14 17:45:47 -08:00
Justin Clift
885bac330b
Added a "catch all" documentation link ( #3038 )
...
This should help guide other newbies ;)
2016-10-21 19:31:21 -07:00
koolhead17
18be3bc95a
docs: added space in README.md so that its compatible with doctor. ( #2927 )
2016-10-14 13:20:33 -07:00
koolhead17
3349153058
docs: added space in source download steps so it appears as desired in ( #2923 )
...
doctor.
2016-10-14 08:49:12 -07:00
Harshavardhana
18d125ef1c
doc: Redo install instructions ( #2922 )
2016-10-13 19:44:27 -07:00
Harshavardhana
eb372d53df
Fix docker release titles
2016-10-13 16:24:18 -07:00
Harshavardhana
1788c58d5c
Add docker edge instructions
2016-10-13 16:19:14 -07:00
Harshavardhana
fdaa129a5b
Fix dockerfile container image. ( #2892 )
2016-10-12 18:09:08 -07:00
Anand Babu (AB) Periasamy
4560cbc20c
List docker as first example
2016-10-09 13:06:25 -07:00
Harshavardhana
a08052f640
Add docker pulls badge.
2016-09-30 19:19:19 -07:00
koolhead17
250ac644d6
docs: Modified README.md with alias addition and bucket creation steps. ( #2725 )
2016-09-17 02:57:36 -07:00
koolhead17
6ca57e81f1
docs: Fixed markdown typo in README.md. ( #2720 )
2016-09-16 14:26:28 -07:00
koolhead17
e273a40345
docs: Modified README.md by providing information about Minio server ( #2704 )
...
data directory.
2016-09-14 21:24:12 -07:00
Kartik Lunkad
19e01ceb19
QuickStart docs for Minio Server Setup needs update #2698 ( #2700 )
2016-09-14 15:16:59 -07:00
koolhead17
790ad68d4d
Doc: Fixed Minio install steps from source. ( #2590 )
2016-08-31 18:00:11 -07:00
Dee Koder
d9bd73f4e8
docs: Simplified install instructions for home-brew. ( #2571 )
2016-08-29 14:08:04 -07:00
koolhead17
8484d1c0ca
Doc: Modified README.md to add brew package manager install steps. ( #2557 )
2016-08-28 15:44:56 -07:00
koolhead17
a3c509fd23
Doc: Modified examples in how-to-run-multiple-minio-server-instances-on-single-machine.md ( #2497 )
2016-08-19 16:09:21 -07:00
GarimaKapoor
63bb78cfc6
Update README.md
2016-08-19 11:46:03 -07:00
GarimaKapoor
d2b924cca8
Added Goreportcard badge.
2016-08-16 17:59:59 -07:00
Dee Koder
2a920e568c
docs: Readded code coverage badge in github Readme. ( #2391 )
...
We have the fix in place to hide this on docs.minio.io
2016-08-08 22:14:38 -07:00
koolhead17
8c2985a9f5
Doc: README.md/Removed codecov badge from title. ( #2367 )
2016-08-05 16:53:29 -07:00
Harshavardhana
90c20a8c11
Add codecov for minio. ( #2359 )
2016-08-04 16:48:50 -07:00
Harshavardhana
3054b74260
docs: Fix startup message for server as well.
2016-07-26 15:54:11 -07:00
koolhead17
7d42d09da8
Doc: Replaced README & FreeBSD docs with updated minio server splash ( #2298 )
...
screen.
2016-07-26 15:46:41 -07:00
Dee Koder
04f90bd463
doc: Broken links fixed in the Explore further section. ( #2281 )
2016-07-24 22:53:35 -07:00
Harshavardhana
6c2fb19ed7
docs: Removed and purged uneeded docs. ( #2273 )
2016-07-24 03:32:45 -07:00
koolhead17
a7b5b8e63f
Doc: Modified the contents for Doctor. ( #2262 )
2016-07-21 14:58:16 -07:00
Dee Koder
41f4f2806d
screenshots: update with the latest optimized image. ( #2249 )
2016-07-20 16:15:26 -07:00
Dee Koder
e8155abc18
screenshot: Use the full path to the screenshot when embedding images ( #2239 )
2016-07-19 17:48:18 -07:00
Harshavardhana
cbb6b48b94
doc: update README.md
2016-07-15 16:12:54 -07:00
koolhead17
204ec2c6c0
doc:README.md/Updated to sync with docs.minio.io ( #2210 )
...
* doc:README.md/Updated to sync with docs.minio.io
* doc:README.me/Modified the minio server output terminal to reflect new release changes.
* docs:README.md/Modified and changed location of other markdown files.
2016-07-15 15:03:59 -07:00
Harshavardhana
3b69b4ada4
server: Change server startup message. ( #2195 )
...
This change brings in the new agreed startup message
for the server.
Adds additional links point to Minio SDKs as well.
2016-07-12 23:21:18 -07:00
Harshavardhana
18b3871705
Add erasure code.
2016-06-03 12:50:36 -07:00
Harshavardhana
f6013c46ea
Fix download link
2016-06-03 00:05:32 -07:00
koolhead17
d6e0f3ab33
added awscli commands & minor typo fix. ( #1578 )
2016-05-12 16:35:11 -07:00
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