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
Dee Koder
1f69a75efa
Updated docs with latest images. ( #4611 )
7 years ago
Nitish Tiwari
02a81ee564
Remove deployment scenarios from erasure code guide ( #4607 )
7 years ago
Dee Koder
e45f9057d6
Added new optimized images. ( #4609 )
7 years ago
Krishnan Parthasarathi
146bc3e638
Add MINIO_REGION to server help message ( #4558 )
...
* Add e.g for setting MINIO_REGION env variable
* Add MINIO_REGION to region table
8 years ago
Krishnan Parthasarathi
94241cd153
Update Minio on DC/OS doc for latest Minio package ( #4549 )
8 years ago
Nitish Tiwari
b283a2c21f
Bump docs references to latest Minio release RELEASE.2017-06-13T19-01-01Z ( #4546 )
8 years ago
splinter98
8293f546af
Add support for MQTT server as a notification target ( #4474 )
...
This implementation is similar to AMQP notifications:
* Notifications are published on a single topic as a JSON feed
* Topic is configurable, as is the QoS. Uses the paho.mqtt.golang
library for the mqtt connection, and supports connections over tcp
and websockets, with optional secure tls support.
* Additionally the minio server configuration has been bumped up
so mqtt configuration can be added.
* Configuration migration code is added with tests.
MQTT is an ISO standard M2M/IoT messaging protocol and was
originally designed for applications for limited bandwidth
networks. Today it's use is growing in the IoT space.
8 years ago
Nitish Tiwari
26903da8c2
Add steps to remove Minio volumes in the swarm ( #4536 )
8 years ago
Nitish Tiwari
c8947af227
Update Kubernetes-yaml deployment example and Helm deployment doc with Minio image update steps ( #4515 )
8 years ago
Harshavardhana
075b8903d7
fs: Add safe locking semantics for `format.json` ( #4523 )
...
This patch also reverts previous changes which were
merged for migration to the newer disk format. We will
be bringing these changes in subsequent releases. But
we wish to add protection in this release such that
future release migrations are protected.
Revert "fs: Migration should handle bucketConfigs as regular objects. (#4482 )"
This reverts commit 976870a391
.
Revert "fs: Migrate object metadata to objects directory. (#4195 )"
This reverts commit 76f4f20609
.
8 years ago
Nitish Tiwari
f59d7a04b4
Removed references to docker-machine in Swarm guide ( #4502 )
8 years ago
Dee Koder
b28d5fa633
Clarify macOS instructions on brew paths. Deleted homebrew upgrade instructions. ( #4501 )
8 years ago
poornas
18c4e5d357
Enable browser support for gateway ( #4425 )
8 years ago
Cesar Alvernaz
bac5303b10
Some minor fixes ( #4441 )
...
Word terminations
8 years ago
morph027
9136734c02
added secrets to distributed swarm minio ( #4374 )
8 years ago
Harshavardhana
155a90403a
fs/erasure: Rename meta 'md5Sum' as 'etag'. ( #4319 )
...
This PR also does backend format change to 1.0.1
from 1.0.0. Backward compatible changes are still
kept to read the 'md5Sum' key. But all new objects
will be stored with the same details under 'etag'.
Fixes #4312
8 years ago
poornas
0404e747cf
Fix broken link ( #4344 )
8 years ago
Aditya Manthramurthy
3bc9e6101c
Add minimum requirements sections to notifications docs ( #4328 )
8 years ago
Nitish Tiwari
c6258f5e97
Multi tenancy doc ( #4215 )
...
* Add multi-tenancy doc
* Multi-tenancy documents
* Remove intro
* Update deploy-multiple-minio.md
* Update deploy-multiple-minio.md
* Update deploy-multiple-minio.md
* Update deploy-multiple-minio.md
* Update multi-tenant details
* Remove file
* Rename deploy-multiple-minio.md to README.md
* update ports
* Add multi-tenancy diagrams
* Link diagrams and update disk name in the commands
* Fix tenant config directory
8 years ago
Nitish Tiwari
0d9de50e21
Bump Docker compose file to latest release ( #4271 )
...
* Bump Docker compose file to latest release
* Bump Docker Swarm compose file to latest release
8 years ago
Anis Elleuch
2df1e2e9a9
doc: Fix pgsql cmd example ( #4265 )
8 years ago
Harshavardhana
76f4f20609
fs: Migrate object metadata to objects directory. ( #4195 )
...
Fixes #3352
8 years ago
Harshavardhana
99ddd35343
docs: use IEC format such as iB everywhere. ( #4247 )
8 years ago
Nitish Tiwari
4c63fd06c6
Add Kubernetes yaml file deployment example ( #4262 )
...
* Add Kubernetes yaml file deployment example
* Change the Docker image tag to latest
* Update latest release tag
8 years ago
Nitish Tiwari
bb4efbf258
Add minimum requirements for MySQL notification ( #4260 )
8 years ago
Dee Koder
82857cd6df
docs: Document homebrew install path changes for minio. ( #4178 )
...
* docs: Document homebrew install path changes for minio.
* updates: Updated with the feedback provided.
* docs: Fix breaking change message as per feedback.
* docs: fix typos in readme.
* typo: grammar refactor of update instructions.
8 years ago