1
0
mirror of https://github.com/minio/minio.git synced 2025-02-10 21:28:07 -05:00

10 Commits

Author SHA1 Message Date
Nitish Tiwari
61c17c8933 Add ObjectTagging Support ()
This PR adds support for AWS S3 ObjectTagging API as explained here
https://docs.aws.amazon.com/AmazonS3/latest/dev/object-tagging.html
2020-01-20 08:45:59 -08:00
Harshavardhana
347b29d059 Implement bucket expansion () 2019-11-19 17:42:27 -08:00
Harshavardhana
e9b2bf00ad Support MinIO to be deployed on more than 32 nodes ()
This PR implements locking from a global entity into
a more localized set level entity, allowing for locks
to be held only on the resources which are writing
to a collection of disks rather than a global level.

In this process this PR also removes the top-level
limit of 32 nodes to an unlimited number of nodes. This
is a precursor change before bring in bucket expansion.
2019-11-13 12:17:45 -08:00
Dee Koder
4f3c9d7677
Update doc with Object Tagging not supported () 2019-08-21 16:10:59 -07:00
Eco
3517f64d20 Clarify server maximums via Federation ()
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
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Eco
88959ce600 Format correction in server limits doc () 2018-11-06 14:50:11 -08:00
Eco
f287b15e71 docs/minio-limits.md formatting ()
Formatted docs to show missing "\" character, added "/" to list of unsupported chars and made note of the fact that list is not exhaustive.
2018-10-22 21:00:46 -07:00
Harshavardhana
e5e522fc61
docs: fix all Chinese doc links for the new docs site ()
Additionally fix typos, default to US locale words
2018-06-28 16:02:02 -07:00
Harshavardhana
d12bdd50ee Rename minio-limitations.md to minio-limits.md () 2018-02-16 09:35:02 +05:30