Harshavardhana
4b2d04c86f
Add chroot environment doc for minio ( #5366 )
...
Fixes #4659
7 years ago
Nitish Tiwari
1b721d76b1
Assume standard storage class if not set in metadata ( #5370 )
...
If STANDARD storage class is set before starting up Minio server,
but x-amz-storage-class metadata field is not set in a PutObject
request, Minio server defaults to N/2 data and N/2 parity disks.
This PR changes the behaviour to use data and parity disks set in
STANDARD storage class, even if x-amz-storage-class metadata
field is not present in PutObject requests.
7 years ago
Aditya Manthramurthy
3f8379d07d
Update Elasticsearch documentation with authentication information ( #5381 )
...
- Add documentation to show how to supply credential to access a
secured elasticsearch server.
Fixes #5329
7 years ago
Paul Trunk
bd9cdcf379
Add custom secret names for Docker ( #5355 )
7 years ago
Paul Stack
a1a98617ca
gateway/manta: Add support for RBAC ( #5332 )
...
Manta has the ability to allow users to authenticate with a
username other than the main account. We want to expose
this functionality to minio manta gateway.
7 years ago
Andreas Auernhammer
b85c75996d
add support for encrypted TLS private keys ( #5308 )
...
This change adds support for password-protected private keys.
If the private key is encrypted the server tries to decrypt
the key with the password provided by the env variable
MINIO_CERT_PASSWD.
Fixes #5302
7 years ago
Minio Trusted
b1fb550d5c
Update yaml files to latest version RELEASE.2018-01-02T23-07-00Z
7 years ago
Nitish Tiwari
baaf67d82e
Update config.json guide with details of version 22 ( #5328 )
...
Fixes #5296
7 years ago
Minio Trusted
751632d79e
Update yaml files to lastest version RELEASE.2017-12-28T01-21-00Z
7 years ago
Nitish Tiwari
545a9e4a82
Fix storage class related issues ( #5322 )
...
- Add storage class metadata validation for request header
- Change storage class header values to be consistent with AWS S3
- Refactor internal method to take only the reqd argument
7 years ago
Nitish Tiwari
1a3dbbc9dd
Add x-amz-storage-class support ( #5295 )
...
This adds configurable data and parity options on a per object
basis. To use variable parity
- Users can set environment variables to cofigure variable
parity
- Then add header x-amz-storage-class to putobject requests
with relevant storage class values
Fixes #4997
7 years ago
Paul Stack
7d75d61621
Add Support for Manta Object Storage as a Gateway ( #5025 )
...
Manta is an Object Storage by [Joyent](https://www.joyent.com/ )
This PR adds initial support for Manta. It is intended as non-production
ready so that feedback can be obtained.
7 years ago
Timon Wong
84fc78d60f
Implement Alibaba Cloud OSS gateway support ( #5103 )
7 years ago
Nitish Tiwari
8c08571cd9
Update Kubernetes example yaml files ( #5278 )
...
Removed the non production ready Kubernetes constructs that are not needed
for standard Minio deployment. General cleanup of the documents.
7 years ago
kannappanr
2853fa1882
Remove logger field info from docs ( #5281 )
...
Logger field is removed from the docs,
as it has been removed from the config file.
7 years ago
techknowlogick
0d435e11b1
Change container name in b2 docs ( #5259 )
7 years ago
Nitish Tiwari
6d7319380c
Add Transparent Hugepage information ( #5246 )
...
Fixes #5242
7 years ago
Nitish Tiwari
6923630389
Update bucket notification docs to mention events supported ( #5235 )
...
Fixes #4898
7 years ago
Nitish Tiwari
0c73c81919
Cleanup TLS setup document ( #5231 )
...
Fixes #4959
7 years ago
Krishna Srinivas
71f9d2beff
Increase maximum size of PUT request to 5TB ( #5241 )
...
fixes #5148
7 years ago
Harshavardhana
8efa82126b
Convert errors tracer into a separate package ( #5221 )
7 years ago
Nitish Tiwari
08e0698b7e
Update docs to latest Minio server release ( #5227 )
7 years ago
Harshavardhana
135a6a7bb4
Add chinese translation docs. ( #5224 )
7 years ago
Dee Koder
8b4d7048f8
fixed typo `variable` under domain heading. ( #5223 )
7 years ago
David G
f4d4ea5c36
Implement Sia Gateway ( #5114 )
7 years ago
silenceshell
51e78a3e20
fix a typo ( #5187 )
7 years ago
Krishna Srinivas
e7a724de0d
Virtual host style S3 requests ( #5095 )
7 years ago
Nitish Tiwari
3b917067d9
Update sample yaml files to latest release RELEASE.2017-10-27T18-59-02Z ( #5127 )
7 years ago
kula
758d5458f0
Update documenation to reflect correct default region of '' ( #5101 )
...
Ever since commit 5db1e9f3dd
the
default region as been '', instead of 'us-east-1'. Update
documentation to reflect this, in particular, documentation about
notifications.
7 years ago
asubmani
8a40da3fd0
Update azure.md ( #5086 )
7 years ago
Harshavardhana
3d2d63f71e
Fix gateway docs remove redundant files ( #5072 )
7 years ago
Harshavardhana
0c0d1e4150
Implement backblaze-b2 gateway support ( #5002 )
...
Fixes https://github.com/minio/minio/issues/4072
7 years ago
Nitish Tiwari
d5895d3243
Update docker swarm doc to use docker volume prune ( #5053 )
...
docker prune command is an improvement over previous two step process
of removal of unused volumes in Swarm.
7 years ago
Nitish Tiwari
f50bec2987
Update Minio version in docs and example yaml files ( #5054 )
7 years ago
Krishnan Parthasarathi
f7ae3be586
Removing 100MB part and 1TB limitation ( #4939 )
...
With https://github.com/minio/minio/pull/4869 maximum size of a single
multipart upload part in not restricted to 100MB. 1TB maximum object
size limitation is no longer applicable too.
7 years ago
Nitish Tiwari
fba1669966
Update docker-compose sample file to use local volume driver so data ( #4937 )
...
persists even after Minio container is stopped/deleted
7 years ago
Nitish Tiwari
6d5d49bfb1
Update CLI examples to be in sync with examples used on Minio website ( #4920 )
7 years ago
Nitish Tiwari
2bca51ab2c
Add steps to run GCS gateway on Kubernetes via YAML files ( #4819 )
7 years ago
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.
7 years ago
Nitish
b3b42c72a9
Update orchestration examples to latest release
7 years ago
Harshavardhana
812142f007
Fix typo in webhook docs ( #4787 )
7 years ago
Aaron Walker
5db533c024
bucket-policy: Add IPAddress/NotIPAddress conditions support ( #4736 )
7 years ago
ebozduman
0f401b67ad
Removes max limit requirement on accessKey and secretKey length ( #4730 )
7 years ago
Laurentiu Nicola
108decfa76
Fix sysctl proposed values ( #4741 )
...
`sched_wakeup_granularity_ns` and `sched_wakeup_granularity_ns` are measured in `ns`, so a value of `10` or `15` is way too low.
7 years ago
Nitish Tiwari
6afbd502e8
Add Docker command in erasure code document ( #4735 )
7 years ago
Aaron Kunz
0a1501bc1b
Fix typo ( #4695 )
7 years ago
Krishna Srinivas
ce403fdaa0
GCS documentation ( #4622 )
...
* GCS documentation and review fixes.
7 years ago
Nitish Tiwari
45fbb0d618
Add NATS Streaming doc to event notification doc ( #4645 )
7 years ago
Nitish Tiwari
344f9ec608
Fix gateway browser screenshot ( #4613 )
7 years ago
Dee Koder
28ff62716f
Fixed one of the images with missing details. ( #4612 )
7 years ago