1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

202 Commits

Author SHA1 Message Date
733840baee Fix region setting AWS SDK for .NET example
I tried to use MinIO with the AWS SDK for .NET and got the same error descripted on this post:
https://stackoverflow.com/questions/68678953/error-when-configuring-minio-in-c-sharp-the-authorization-header-is-malformed/69199735

So I found that the solution was to change the `RegionEndpoint` setting to `AuthenticationRegion`, as the region is used on the authentication process.
Also the AWS SDK sets the `RegionEndpoint` as null when `ServiceURL` is set.
2021-09-28 18:07:00 -04:00
6c6d03605d updating license for legacy cookbook 2021-08-02 20:06:09 -04:00
d75a028b2d new gitignore 2021-07-29 18:07:55 -04:00
3541d98067 Add step - remember to run server (#290) 2020-06-19 14:09:07 -07:00
44fb1064d9 Fix Cloudron demo link (#288) 2020-04-24 10:45:11 +05:30
210822b56d remark-lint update (#285) 2020-04-05 22:16:05 -07:00
50cedb3b5c Add chunked_encoding 'off' for nginx to allow server sent events (#284) 2020-03-09 12:28:06 +05:30
256b0da6f2 Add a note for custom regions (#283) 2020-02-06 21:16:40 +05:30
17941c5d94 Revamp Spark setup docs and add Delta Lake setup steps (#282) 2020-02-05 21:06:03 -08:00
f3ac755e1f Typo: Update setup-nginx-proxy-with-minio.md (#281) 2020-01-09 18:37:32 -08:00
35e7e54685 need traefik 1.7 not 2.0 (#279)
In order to use the static config, we need to use traefik 1.7 not 2.0.  More details are in this issue https://github.com/containous/traefik/issues/5422 by ANOXI
2019-11-18 18:11:24 -08:00
a4c9b390f2 Fix formatting issues and update nginx config (#278) 2019-11-13 15:54:42 +05:30
a498da47ef Syntax improvement, Comment optional nginx module (#267)
When I found this after having some difficulties proxying minio in a local environment; I found it did not work.

I've many years server-admin, so I knew where to look for errors and could spot points for change. I know people this wouldn't be true for, who would benefit from using minio in this setup.

- Comments out `healthcheck` and points at documentation from vendor
- adds missing semi-colon
- adds note about backend hostname in docker[-compose] environments
- small addendum about the location directive
2019-10-13 10:25:51 +05:30
f7627f173a Bump extend from 3.0.0 to 3.0.2 (#275) 2019-09-25 08:59:05 +05:30
8bb1a00e2f Bump tough-cookie from 2.3.2 to 2.3.4 (#274) 2019-09-25 08:58:35 +05:30
e0ab475a8d Update the prometheus config changes (#252) 2019-09-24 15:51:43 -07:00
0782f6d5ba Remove rclone --size-only requirement (#273) 2019-09-18 02:33:27 +05:30
c599f9da36 Update rclone-with-minio.md (#270)
`type = s3` necessary for rclone to work.
2019-08-13 14:22:10 +05:30
7a1b334387 syntax error in proxy_http_version (#268)
missing ; at the end of the line
2019-07-24 10:19:32 -07:00
42f4df5c94 Recommend few more options for nginx optimization (#266) 2019-07-11 16:14:11 -07:00
6e407e2219 Presigned PUT: Update Chinese example and fix English comment (#264)
The Chinese version of the doc has been updated based on the changes
made on #263.

As XMLHttpRequest isn't used anymore, a comment on the English version
of the doc has been edited.
2019-07-04 17:41:27 -07:00
0f969bf5ee Update to ditch jQuery in favor of (working) ES6 (#263)
The jQuery example told me `$` was undefined

I switched this around so I could run locally against a golang backend to verify Minio. This is it being switched back, using modern JS ES6 with newer browser API's

- [Promise API compatibility](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise#Browser_compatibility)
- [querySelector API compatibility](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector#Browser_compatibility)
- [Fetch API compatibility](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API#Browser_compatibility)
- [File API compatibility](https://developer.mozilla.org/en-US/docs/Web/API/File#Browser_compatibility)
2019-07-02 10:14:36 -07:00
ed951dcc40 Bump stringstream from 0.0.5 to 0.0.6 (#261)
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](https://github.com/mhart/StringStream/compare/v0.0.5...v0.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-21 07:49:10 -07:00
80bf18c0f0 Bump is-my-json-valid from 2.15.0 to 2.20.0 (#260)
Bumps [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) from 2.15.0 to 2.20.0.
- [Release notes](https://github.com/mafintosh/is-my-json-valid/releases)
- [Commits](https://github.com/mafintosh/is-my-json-valid/compare/v2.15.0...v2.20.0)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-12 15:35:11 -07:00
5eaeb05d13 Bump js-yaml from 3.8.1 to 3.13.1 (#259)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.8.1 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.8.1...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-06-06 10:48:42 +05:30
a2a408da67 Update Chinese presigned put example (#258)
The Chinese version of the Upload Files Using Pre-signed URLs document
has been updated with the changes from #256

It should be noted that the comments added to the code since have been
kept in English to prevent any inaccuracies and misunderstanding. These
comments can be revisited in the next iteration of translating.
2019-06-05 14:36:07 -07:00
be5b024fda Fix presigned put code to upload multiple files (#256) 2019-06-05 11:04:14 -07:00
a405471a96 Bump sshpk from 1.10.2 to 1.16.1 (#255)
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.10.2 to 1.16.1.
- [Release notes](https://github.com/joyent/node-sshpk/releases)
- [Commits](https://github.com/joyent/node-sshpk/compare/v1.10.2...v1.16.1)
2019-06-05 08:58:16 -07:00
4dd3a913e1 Update Nginx proxy http version to 1.1 (#253)
This is needed as per the discussion happening here
https://github.com/minio/minio/issues/7661
2019-05-31 09:19:30 -07:00
f2346236de Bump tar from 2.2.1 to 2.2.2 (#251)
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)
2019-05-24 22:14:43 -07:00
1ddef18857 Update Prometheus documentation (#249) 2019-04-04 22:20:51 -07:00
da0a143be6 Domain Changes to min.io (#250)
* http to https. Domain Changes to min.io

* Update docs/zh_CN/how-to-use-minio-as-laravel-file-storage.md

* Update docs/how-to-use-minio-as-laravel-file-storage.md
2019-04-04 16:24:20 -07:00
173bb685d4 Update to MinIO where applicable. (#248) 2019-04-04 15:15:20 -07:00
b7aa213150 Fix broken links from javascript and ror docs (#247)
Link to javascript-shopping-app has been fixed.
Link to ror-resume-uploader-app docs is removed.
2019-04-03 12:18:43 -07:00
6c02f0a280 Update dependency versions and add env vars (#246) 2019-03-26 20:02:08 +05:30
c3ec631778 change golang 1.10 to 1.11 (#233) 2019-01-14 15:15:47 +05:30
d2e755f4ca Fixed the invalid link for Hadoop download (#243) 2018-12-01 05:28:01 -08:00
5454843566 Update Upload Files Using Pre-signed URLs (#241) 2018-11-21 14:04:49 -08:00
813b6f5275 Rename secure parameter to useSSL (#232) 2018-11-09 12:24:27 +05:30
8e4ae4a842 Update how-to-use-minio-server-side-encryption-with-aws-cli.md (#234) 2018-11-08 11:00:40 -08:00
Eco
e62b7be94e Update nginx configuration to mention invalid headers option (#231) 2018-10-31 17:43:23 -07:00
ed219f5fd0 Bugfix example code (#230) 2018-09-30 10:48:41 -07:00
938f62451d Add option to disable request body size in Nginx doc (#229) 2018-09-27 23:11:56 +05:30
dc370d49fe Guide to use minio-java with clojure. (#227) 2018-08-07 13:09:25 -07:00
f415c275d9 Refine documentation with generic metrics (#226)
Refine documentation with generic metrics beyond minio specific metrics.

Fixes https://github.com/minio/minio/issues/6140
2018-08-06 07:34:22 -07:00
d19513f7de Fix typo (#225) 2018-07-20 09:56:11 -07:00
9fcaa057d9 Remove --preferred-challenges tls-sni (#223)
Let’s Encrypt permanently disabled the TLS-SNI-01 challenge 1.2k
due to a security report, as of 2018-01-09.

Fixes https://github.com/minio/minio/issues/5922
2018-07-13 10:35:30 -07:00
caa3d55d19 Fixing the guide on binding 443 port (#221)
Following the documentation literally doesn't help the user to run
Minio in https mode:
1. The documentation implies that using `root` is not needed.
2. Therefore, most users will put certificates in /home/user/.minio/
3. The documentation asks later to run minio with 'sudo' to be able to
   bind port 443, but then Minio will search for certificates in
   /root/.minio/ and not /home/user/.minio/

This commit will ask the user to add the binding capability to Minio binary,
so the documentation can work when users blindly copy paste the doc.
2018-06-18 10:14:52 -07:00
f5437db74f Add Elasticsearch snapshot recipe (#219) 2018-06-05 18:50:19 -07:00
875f896075 Update Prometheus docs based on recent server changes (#220)
Ref: https://github.com/minio/minio/pull/5988
Ref: https://github.com/minio/minio/pull/5987
2018-06-05 10:30:20 -07:00