Nitish Tiwari
a7d3ea8c15
Update erasure code image ( #3782 )
8 years ago
Anis Elleuch
70d825c608
doc: Small rewrite of bucket events notif intro ( #3775 )
8 years ago
Harshavardhana
8816b08aae
Fix the systemd config path to the new URL
8 years ago
Dee Koder
c6e76160ad
Update README.md
8 years ago
Nitish Tiwari
8f66cfa316
Fix https://github.com/minio/minio/issues/3453 ( #3733 )
8 years ago
Harshavardhana
9df01035da
Remove XL references in public docs to Erasure. ( #3725 )
...
Ref #3722
8 years ago
Nitish Tiwari
0c7694894b
Added spaces for formatting ( #3717 )
8 years ago
Nitish Tiwari
7547f3c8a3
Added Webhook notification details ( #3706 )
8 years ago
Harshavardhana
6717a0b68c
Add consistency guarantees
8 years ago
Krishnan Parthasarathi
0472e5c1e1
Change query param name to duration in list/clear locks API ( #3664 )
...
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.
8 years ago
Harshavardhana
a9ab01731f
docs: Remove reference word from notification title
8 years ago
Harshavardhana
cd80e6df29
docs: Move the notifications into docs/bucket
...
Cleanup some formatting issues.
8 years ago
koolhead17
4dea4f3b89
docs: added event-notification back end doc. ( #3510 )
8 years ago
Harshavardhana
77a192a7b5
Implement CopyObjectPart API ( #3663 )
...
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 #3662
8 years ago
Krishnan Parthasarathi
b408d0e87d
Add aws:Referer condition key support. ( #3641 )
...
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 #3540
8 years ago
Nitish Tiwari
69b81af93e
Fix Minio quick start guide URL ( #3655 )
8 years ago
Harshavardhana
cf558ff6d1
docs: Fix TLS doc to be docs.minio.io compatible
8 years ago
Harshavardhana
5af7bd6a01
docs: Fix a typo in TLS doc description
8 years ago
Harshavardhana
73f4f29110
docs: Restructure docs, move the files to their relevant location. ( #3648 )
...
Also combines windows TLS docs with single doc with Linux.
8 years ago
Anis Elleuch
d1d89116f1
admin: Add version to service Status API response ( #3605 )
...
Add server's version field to service status API:
"version":{
"version":"DEVELOPMENT.GOGET",
"commitID":"DEVELOPMENT.GOGET"
}
8 years ago
Anis Elleuch
0715032598
heal: Add ListBucketsHeal object API ( #3563 )
...
ListBucketsHeal will list which buckets that need to be healed:
* ListBucketsHeal() (buckets []BucketInfo, err error)
8 years ago
Anis Elleuch
f803bb4b3d
admin: Add service Set Credentials API ( #3580 )
8 years ago
Harshavardhana
1c699d8d3f
fs: Re-implement object layer to remember the fd ( #3509 )
...
This patch re-writes FS backend to support shared backend sharing locks for safe concurrent access across multiple servers.
8 years ago
Harshavardhana
a054c73e22
Add slack replace gitter ( #3584 )
8 years ago
Harshavardhana
a091fe3ed6
docs: Fix caching docs to comply with current features.
8 years ago
koolhead17
f37f56ac15
docs: Added guide for distributed minio on Windows ( #3507 )
8 years ago
Krishnan Parthasarathi
c8f57133a4
Implement list, clear locks REST API w/ pkg/madmin support ( #3491 )
...
* 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
8 years ago
koolhead17
cdc6c2d578
docs: Removed unmaintained docs. ( #3493 )
...
* docs: Removed unmaintained docs.
* docs: removed associated screenshots with the older docs.
8 years ago
Harshavardhana
4309727354
docs: Add docs for minio limitations. ( #3477 )
8 years ago
Krishnan Parthasarathi
b2f920a868
Add service API handler stubs for status, stop and restart ( #3417 )
8 years ago
dcharbonnier
5c481fbf6e
Fix Minio Quickstart Guide link ( #3457 )
8 years ago
koolhead17
d9fd6f9a96
docs: Removed $/# from code block to make code copy easier. ( #3448 )
8 years ago
koolhead17
f3b346cbb3
docs: removed the Edge tag reference. ( #3366 )
8 years ago
Anand Babu (AB) Periasamy
bc9509bc8a
edits on Limits
8 years ago
koolhead17
694bad434c
docs: Modified the Docker doc to reflect distributed release image & ( #3362 )
...
modification.
8 years ago
Remco Verhoef
752ed7915b
Add windows services docs with nssm instead of sc.
8 years ago
Aditya Manthramurthy
a822b8e782
docs: Fix command sample to be copy-pastable ( #3345 )
8 years ago
Harshavardhana
a6922f94ee
docs: Fix more formatting issues.
8 years ago
Harshavardhana
b4d57bf4c4
docs: Fix some formatting issues for rendering
8 years ago
Nitish Tiwari
4ef2d8940c
Rename quick-start-guide.md to README.md ( #3344 )
8 years ago
Nitish Tiwari
96099a1e97
Added distributed Minio architecture images and quick start guide ( #3342 )
8 years ago
Nitish Tiwari
1983925dcf
Added distributed Minio architecture files. ( #3330 )
8 years ago
koolhead17
11faf3f16d
docs: Modified FreeBSD guide with official how to install golang link, ( #3293 )
8 years ago
Remco Verhoef
d3df6c711a
How to run Minio as a service on Windows ( #3327 )
8 years ago
Krishnan Parthasarathi
81eb7c0301
Have separate directory names for docker-compose and Dockerfile ( #3292 )
8 years ago
Anis Elleuch
4a926d19a7
Add GnuTLS config documentation for Windows ( #3285 )
8 years ago
Harshavardhana
1b85302161
Fix spelling and golint errors. ( #3266 )
...
Fixes #3263
8 years ago
Anis Elleuch
6512d9978e
Add support of user self signed certificates
...
Additionally add documentation about how to configure TLS with Minio
8 years ago
koolhead17
3bcf7b7593
Docs: Modified Docker instruction adding distributed image tag. ( #3250 )
8 years ago
Harshavardhana
716316f711
Reduce number of envs and options from command line. ( #3230 )
...
Ref #3229
After review with @abperiasamy we decided to remove all the unnecessary options
- MINIO_BROWSER (Implemented as a security feature but now deemed obsolete
since even if blocking access to MINIO_BROWSER, s3 API port is open)
- MINIO_CACHE_EXPIRY (Defaults to 72h)
- MINIO_MAXCONN (No one used this option and we don't test this)
- MINIO_ENABLE_FSMETA (Enable FSMETA all the time)
Remove --ignore-disks option - this option was implemented when XL layer
would initialize the backend disks and heal them automatically to disallow
XL accidentally using the root partition itself this option was introduced.
This behavior has been changed XL no longer automatically initializes
`format.json` a HEAL is controlled activity, so ignore-disks is not
useful anymore. This change also addresses the problems of our documentation
going forward and keeps things simple. This patch brings in reduction of
options and defaulting them to a valid known inputs. This patch also
serves as a guideline of limiting many ways to do the same thing.
8 years ago