Praveen raj Mani
bb871a7c31
Enable event persistence in webhook ( #7614 )
2019-07-05 15:21:41 +05:30
iliul
a39e810965
docs: Fix dead link of HighwayHash ( #7847 )
...
Signed-off-by: Lei Liu <liul.stone@gmail.com>
2019-07-03 14:32:58 -07:00
mizuno-keyence
09103991ea
[Bugfix] duplicating flag registration ( #7853 )
2019-07-03 14:31:19 -07:00
Matthew Wegner
0bcd8abc5c
doc: "admin user policy" command typo ( #7865 )
...
Under "change user policy", the `mc admin set-policy` command is wrong. It should be `mc admin user set-policy`.
2019-07-02 11:48:26 -07:00
Minio Trusted
5db60a6c59
Update yaml files to latest version RELEASE.2019-06-27T21-13-50Z
2019-06-27 21:18:52 +00:00
Klaus Post
61229b38f7
Update compression README.md ( #7823 )
...
- Snappy is not and RLE compressor, it is LZ77 based.
- Add `xz` as a common file type.
- Add most common media container types.
- Never heard of `application/x-spoon`. Google turns up a blank as well.
- Change link to minio blog post on compression & encryption.
2019-06-23 13:52:58 +05:30
Andreas Auernhammer
219d841496
remove `encryption key` section for certtool docs ( #7820 )
...
This commit removes the encryption key section from
the certool.exe docs because:
- MinIO does not support any TLS cipher that encrypts
something with the private key. We only support PFS
ciphers.
- The doc comment is not really accurate anyway.
2019-06-21 10:39:02 -07:00
poornas
680fdf6f90
Update doc link ( #7814 )
2019-06-20 16:49:21 -07:00
Harshavardhana
1af6e8cb72
Add support for session policies in STS APIs ( #7747 )
...
This PR adds support for adding session policies
for further restrictions on STS credentials, useful
in situations when applications want to generate
creds for multiple interested parties with different
set of policy restrictions.
This session policy is not mandatory, but optional.
Fixes #7732
2019-06-20 15:28:33 -07:00
Harshavardhana
35c38e4bd8
Add docs regarding trace ( #7808 )
2019-06-19 14:28:03 -07:00
Minio Trusted
e43d3a075c
Update yaml files to latest version RELEASE.2019-06-19T18-24-42Z
2019-06-19 18:31:37 +00:00
Harshavardhana
43e0ef4248
Update docs with new settings ( #7803 )
2019-06-18 17:52:27 -07:00
Minio Trusted
59f7266081
Update yaml files to latest version RELEASE.2019-06-15T23-07-18Z
2019-06-15 23:17:28 +00:00
Harshavardhana
4a4048fe27
Migrate minio etcd config to backend config ( #7751 )
...
etcd when used in federated setups, currently
mandates that all clusters should have same
config.json, which is too restrictive and makes
federation a restrictive environment.
This change makes it apparent that each cluster
needs to be independently managed if necessary
from `mc admin info` command line.
Each cluster with in federation can have their
own root credentials and as well as separate
regions. This way buckets get further restrictions
and allows for root creds to be not common
across clusters/data centers.
Existing data in etcd gets migrated to backend
on each clusters, upon start. Once done
users can change their config entries
independently.
2019-06-15 03:07:54 -07:00
Minio Trusted
da2887f914
Update yaml files to latest version RELEASE.2019-06-13T01-41-13Z
2019-06-13 01:46:00 +00:00
Harshavardhana
a075015293
doc: Merge large bucket with distributed docs ( #7761 )
2019-06-11 13:44:33 -07:00
Minio Trusted
d3a2efbf91
Update yaml files to latest version RELEASE.2019-06-11T00-44-33Z
2019-06-11 00:50:31 +00:00
Harshavardhana
002a205c9c
Fix OPA result response handling ( #7763 )
...
Also update the document with updated rego policy
and updated OPA agent REST API.
This PR is to fix a regression caused by PR #7637
2019-06-10 17:06:32 -07:00
Harshavardhana
91ceae23d0
Add support for customizable user ( #7569 )
2019-06-10 20:27:42 +05:30
Harshavardhana
cb1566c6e6
S3 Gateway: Handle restricted access credentials ( #7757 )
2019-06-07 15:49:13 -07:00
Waldemar Quevedo
8b0c86298d
Update import for NATS clients ( #7743 )
...
Signed-off-by: Waldemar Quevedo <wally@synadia.com>
2019-06-04 11:16:07 +05:30
Minio Trusted
df19546cc8
Update yaml files to latest version RELEASE.2019-06-04T01-15-58Z
2019-06-04 01:22:32 +00:00
Minio Trusted
48ffb7731a
Update yaml files to latest version RELEASE.2019-06-01T03-46-14Z
2019-06-01 03:52:47 +00:00
Harshavardhana
0c16b1c9a7
Fix docs.min.io linking issues ( #7710 )
2019-05-30 17:19:25 -07:00
Harshavardhana
2c0b3cadfc
Update go mod with sem versions of our libraries ( #7687 )
2019-05-29 16:35:12 -07:00
Praveen raj Mani
763fce909b
Enable event persistence in kafka ( #7633 )
2019-05-29 13:19:48 -07:00
Harshavardhana
cb7f9ba286
Add disaggregated architecture document ( #7691 )
...
This document describes how to configure Spark,
Hive to use MinIO as replacement for HDFS.
2019-05-29 08:04:51 +05:30
Scott Edlund
f6fd407e47
Add limitation to b2.md ( #7680 )
...
The B2 gateway does not implement reporting md5sum as an etag response from PutObject. Add to Known Limitations.
2019-05-27 21:04:43 -07:00
Minio Trusted
7a02faab72
Update yaml files to latest version RELEASE.2019-05-23T00-29-34Z
2019-05-23 00:35:13 +00:00
Dee Koder
e252114f06
Revert "cache: Rewrite to cache only on download ( #7575 )" ( #7684 )
...
This reverts commit a13b58f630
.
2019-05-22 14:54:15 -07:00
poornas
a13b58f630
cache: Rewrite to cache only on download ( #7575 )
...
This will allow cache to consistently work for
server and gateways. Range GET requests will
be cached in the background after the request
is served from the backend.
Fixes : #7458 , #7573 , #6265 , #6630
2019-05-22 08:30:27 +05:30
ebozduman
78be3f8947
Removes the incorrect coverage badge from the docs ( #7651 )
2019-05-16 12:11:49 +05:30
Praveen raj Mani
998f01fadc
Support IPv6 hosts for postgres connections ( #7168 )
...
Fixes #7145
2019-05-03 17:31:33 +05:30
Eco
3517f64d20
Clarify server maximums via Federation ( #7608 )
...
To eliminate confusion about 32 server limit, clarify that the limit is only per cluster, but that unlimited clusters can be Federated
2019-05-01 16:20:25 -07:00
parnigot
ba76cd3268
Minor TLS documentation improvements ( #7592 )
...
Added the explicit name for private.key and public.crt
2019-04-29 12:56:34 -07:00
Minio Trusted
ab711fe1a2
Update yaml files to latest version RELEASE.2019-04-23T23-50-36Z
2019-04-23 23:55:31 +00:00
Minio Trusted
d42496cc74
Update yaml files to latest version RELEASE.2019-04-18T21-44-59Z
2019-04-18 21:52:22 +00:00
Minio Trusted
7686340621
Update yaml files to latest version RELEASE.2019-04-18T01-15-57Z
2019-04-18 01:22:00 +00:00
Harshavardhana
620e462413
Implement S3-HDFS gateway ( #7440 )
...
- [x] Support bucket and regular object operations
- [x] Supports Select API on HDFS
- [x] Implement multipart API support
- [x] Completion of ListObjects support
2019-04-17 09:52:08 -07:00
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
2019-04-09 11:39:42 -07:00
Minio Trusted
ea052a2a00
Update yaml files to latest version RELEASE.2019-04-09T01-22-30Z
2019-04-09 01:30:27 +00:00
Minio Trusted
082bd5f31f
Update yaml files to latest version RELEASE.2019-04-04T18-31-46Z
2019-04-04 18:39:37 +00:00
Harshavardhana
619611933a
Remove policy nesting errors ( #7449 )
...
Policy nesting has been supported for a while
now, we should remove references of code and
docs indicating nesting is not allowed anymore.
2019-03-31 08:42:43 -07:00
Minio Trusted
8cf707779c
Update yaml files to latest version RELEASE.2019-03-27T22-35-21Z
2019-03-27 22:41:57 +00:00
Minio Trusted
8af45f0135
Update yaml files to latest version RELEASE.2019-03-20T22-38-47Z
2019-03-20 22:49:06 +00:00
poornas
a0ee7be050
update link on README ( #7361 )
2019-03-14 15:18:12 +05:30
Minio Trusted
8377d00574
Update yaml files to latest version RELEASE.2019-03-13T21-59-47Z
2019-03-13 22:06:26 +00:00
Minio Trusted
6387407e79
Update yaml files to latest version RELEASE.2019-03-06T22-47-10Z
2019-03-06 22:56:46 +00:00
Harshavardhana
c3ca954684
Implement AssumeRole API for Minio users ( #7267 )
...
For actual API reference read here
https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html
Documentation is added and updated as well at docs/sts/assume-role.md
Fixes #6381
2019-02-27 17:46:55 -08:00
Minio Trusted
d3125857a8
Update yaml files to latest version RELEASE.2019-02-26T19-51-46Z
2019-02-26 19:58:09 +00:00