1
0
mirror of https://github.com/minio/minio.git synced 2025-04-08 21:55:44 -04:00

130 Commits

Author SHA1 Message Date
Pawan Rawal
1396e91dd1 Update link for downloading minio server. ()
This and the link for downloading Minio server at other places in the docs seems to be broken. I suppose this happened while updating the name of the page (which updated the url) in Doctor docs. 
Might be nice for Doctor to update internal links if the name of a page is changed in a background job.
2017-03-19 18:26:23 -07:00
Aditya Manthramurthy
2463ae243a Add support for MySQL notifications (fixes ) ()
As a new configuration parameter is added, configuration version is
bumped up from 14 to 15.

The MySQL target's behaviour is identical to the PostgreSQL: rows are
deleted from the MySQL table on delete-object events, and are
created/updated on create/over-write events.
2017-03-17 09:29:17 -07:00
Nitish Tiwari
d4eea224d4 Remove white spaces () 2017-03-17 09:23:22 -07:00
Nitish Tiwari
e55421ebdd Fixed Docker compose link () 2017-03-17 01:06:11 -07:00
Dee Koder
0a5d57a91e docs: Update gateway doc with roadmap section. () 2017-03-16 18:25:01 -07:00
Krishna Srinivas
cea4cfa3a8 Implement S3 Gateway to third party cloud storage providers. ()
Currently supported backend is Azure Blob Storage.

```
export MINIO_ACCESS_KEY=azureaccountname
export MINIO_SECRET_KEY=azureaccountkey
minio gateway azure
```
2017-03-16 12:21:58 -07:00
Nitish Tiwari
ba0c11757e Added that no special config changes reqd ()
Added a line saying no special config changes are required for Shared mode. Also the previous `Why Shared Backend` and current `Use cases` are already merged. This fixes the comment: https://github.com/minio/minio/pull/3888#discussion_r105573494
2017-03-15 08:22:03 -07:00
Nitish Tiwari
3314501f19 Simplify shared mode document () 2017-03-12 16:17:03 -07:00
Harshavardhana
9d53a646a1 Simplify the title for orchestration and some words. () 2017-03-11 02:17:03 -08:00
Nitish Tiwari
5e0032e165 Update links () 2017-03-11 00:11:07 -08:00
Nitish Tiwari
2410eb281e Update kafkacat command with consumer flag () 2017-03-10 09:01:59 -08:00
Nitish Tiwari
03937e7554 Added documentation for orchestration platforms () 2017-03-09 14:06:51 -08:00
Nitish Tiwari
d8950ba7c5 Added server times note and fix Notes rendering for Doctor. () 2017-02-22 02:12:03 -08:00
Nitish Tiwari
097dd7418a Remove unused erasure diagram () 2017-02-20 21:01:08 -08:00
Nitish Tiwari
a7d3ea8c15 Update erasure code image () 2017-02-20 20:12:21 -08:00
Anis Elleuch
70d825c608 doc: Small rewrite of bucket events notif intro () 2017-02-20 12:07:27 -08:00
Harshavardhana
8816b08aae Fix the systemd config path to the new URL 2017-02-15 21:28:06 -08:00
Dee Koder
c6e76160ad Update README.md 2017-02-14 14:20:29 -08:00
Nitish Tiwari
8f66cfa316 Fix https://github.com/minio/minio/issues/3453 () 2017-02-10 22:53:17 -08:00
Harshavardhana
9df01035da Remove XL references in public docs to Erasure. ()
Ref 
2017-02-09 23:26:44 -08:00
Nitish Tiwari
0c7694894b Added spaces for formatting () 2017-02-08 00:51:08 -08:00
Nitish Tiwari
7547f3c8a3 Added Webhook notification details () 2017-02-07 23:19:32 -08:00
Harshavardhana
6717a0b68c Add consistency guarantees 2017-02-05 18:31:48 -08:00
Krishnan Parthasarathi
0472e5c1e1 Change query param name to duration in list/clear locks API ()
Following is a sample list lock API request schematic,

  /?lock&bucket=mybucket&prefix=myprefix&duration=holdDuration
  x-minio-operation: list

The response would contain the list of locks held on mybucket matching
myprefix for a duration longer than holdDuration.
2017-02-01 11:17:30 -08:00
Harshavardhana
a9ab01731f docs: Remove reference word from notification title 2017-01-31 18:17:31 -08:00
Harshavardhana
cd80e6df29 docs: Move the notifications into docs/bucket
Cleanup some formatting issues.
2017-01-31 18:07:39 -08:00
koolhead17
4dea4f3b89 docs: added event-notification back end doc. () 2017-01-31 17:04:36 -08:00
Harshavardhana
77a192a7b5 Implement CopyObjectPart API ()
This API is implemented to allow copying data from an
existing source object to an ongoing multipart operation

http://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadUploadPartCopy.html

Fixes 
2017-01-31 09:38:34 -08:00
Krishnan Parthasarathi
b408d0e87d Add aws:Referer condition key support. ()
This change implements bucket policy enhancements required to restrict access based on HTTP referer.
See https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html#example-bucket-policies-use-case-4 for more information.

Fixes 
2017-01-29 19:45:11 -08:00
Nitish Tiwari
69b81af93e Fix Minio quick start guide URL () 2017-01-29 07:21:30 -08:00
Harshavardhana
cf558ff6d1 docs: Fix TLS doc to be docs.minio.io compatible 2017-01-28 22:46:29 -08:00
Harshavardhana
5af7bd6a01 docs: Fix a typo in TLS doc description 2017-01-28 22:41:52 -08:00
Harshavardhana
73f4f29110 docs: Restructure docs, move the files to their relevant location. ()
Also combines windows TLS docs with single doc with Linux.
2017-01-28 19:45:30 -08:00
Anis Elleuch
d1d89116f1 admin: Add version to service Status API response ()
Add server's version field to service status API:

"version":{
	"version":"DEVELOPMENT.GOGET",
	"commitID":"DEVELOPMENT.GOGET"
}
2017-01-23 08:56:06 -08:00
Anis Elleuch
0715032598 heal: Add ListBucketsHeal object API ()
ListBucketsHeal will list which buckets that need to be healed:
  * ListBucketsHeal() (buckets []BucketInfo, err error)
2017-01-19 09:34:18 -08:00
Anis Elleuch
f803bb4b3d admin: Add service Set Credentials API () 2017-01-17 14:25:59 -08:00
Harshavardhana
1c699d8d3f fs: Re-implement object layer to remember the fd ()
This patch re-writes FS backend to support shared backend sharing locks for safe concurrent access across multiple servers.
2017-01-16 17:05:00 -08:00
Harshavardhana
a054c73e22 Add slack replace gitter () 2017-01-16 15:26:26 -08:00
Harshavardhana
a091fe3ed6 docs: Fix caching docs to comply with current features. 2017-01-08 11:17:02 -08:00
koolhead17
f37f56ac15 docs: Added guide for distributed minio on Windows () 2017-01-07 18:35:12 -08:00
Krishnan Parthasarathi
c8f57133a4 Implement list, clear locks REST API w/ pkg/madmin support ()
* Filter lock info based on bucket, prefix and time since lock was held
* Implement list and clear locks REST API
* madmin: Add list and clear locks API
* locks: Clear locks matching bucket, prefix, relTime.
* Gather lock information across nodes for both list and clear locks admin REST API.
* docs: Add lock API to management APIs
2017-01-03 23:39:22 -08:00
koolhead17
cdc6c2d578 docs: Removed unmaintained docs. ()
* docs: Removed unmaintained docs.

* docs: removed associated screenshots with the older docs.
2016-12-23 22:06:01 -08:00
Harshavardhana
4309727354 docs: Add docs for minio limitations. () 2016-12-20 14:42:13 -08:00
Krishnan Parthasarathi
b2f920a868 Add service API handler stubs for status, stop and restart () 2016-12-15 22:26:15 -08:00
dcharbonnier
5c481fbf6e Fix Minio Quickstart Guide link () 2016-12-15 11:59:16 -08:00
koolhead17
d9fd6f9a96 docs: Removed $/# from code block to make code copy easier. () 2016-12-14 17:45:47 -08:00
koolhead17
f3b346cbb3 docs: removed the Edge tag reference. () 2016-12-02 10:47:18 -08:00
Anand Babu (AB) Periasamy
bc9509bc8a edits on Limits 2016-11-30 01:58:31 -08:00
koolhead17
694bad434c docs: Modified the Docker doc to reflect distributed release image & ()
modification.
2016-11-28 12:45:35 -08:00
Remco Verhoef
752ed7915b Add windows services docs with nssm instead of sc. 2016-11-24 16:53:10 -08:00