Harshavardhana
85f3a9f3b0
Remove Azure gateway implementation ( #14418 )
...
refer #14331
2022-04-29 12:51:23 -07:00
Harshavardhana
0cc993f403
Remove GCS, HDFS gateway implementations #14418
...
refer #14331
2022-04-24 10:19:17 -07:00
Harshavardhana
e3e0532613
cleanup markdown docs across multiple files ( #14296 )
...
enable markdown-linter
2022-02-11 16:51:25 -08:00
Harshavardhana
97b5bf1fb7
update gateway docs to indicate code-freeze
2022-02-10 11:39:41 -08:00
Harshavardhana
cdeccb5510
feat: Deprecate embedded browser and import console ( #12460 )
...
This feature also changes the default port where
the browser is running, now the port has moved
to 9001 and it can be configured with
```
--console-address ":9001"
```
2021-06-17 20:27:04 -07:00
Harshavardhana
9dda1fd624
Remove B2 gateway implementation ( #9547 )
...
S3 is now natively supported by B2 cloud storage provider
there is no reason to use specialized gateway for B2 anymore,
our current S3 gateway with caching would work with B2.
Resolves #8584
2020-05-07 19:00:30 -07:00
Harshavardhana
69ee28a082
remove OSS gateway due to lack of licensing ( #9390 )
...
OSS go sdk lacks licensing terms in their
repository, and there has been no activity
On the issue here https://github.com/aliyun/aliyun-oss-go-sdk/issues/245
This PR is to ensure we remove any dependency code which
lacks explicit license file in their repo.
2020-04-18 22:12:51 -07:00
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links ( #7494 )
2019-04-09 11:39:42 -07:00
Harshavardhana
9f87283cd5
Revert and bring back B2 gateway implementation ( #7224 )
...
This PR is simply a revert of 3265112d04
just for B2 gateway.
2019-02-12 12:44:22 +05:30
Harshavardhana
3265112d04
Remove gateway implementations for manta, sia and b2 ( #7115 )
2019-01-20 08:10:58 -08:00
Guido García
06ef8248c3
docs: add link to s3 gateway ( #6666 )
...
Minor change: Add a link to S3 gateway to make it easier to find that info.
2018-10-22 11:47:13 -07:00
Harshavardhana
4d02f9bccf
fix gateway docs comprehensively ( #5740 )
2018-03-30 14:16:06 +05:30
Paul Stack
7d75d61621
Add Support for Manta Object Storage as a Gateway ( #5025 )
...
Manta is an Object Storage by [Joyent](https://www.joyent.com/ )
This PR adds initial support for Manta. It is intended as non-production
ready so that feedback can be obtained.
2017-12-20 13:37:56 +05:30
David G
f4d4ea5c36
Implement Sia Gateway ( #5114 )
2017-11-22 12:12:10 -08:00
Harshavardhana
0c0d1e4150
Implement backblaze-b2 gateway support ( #5002 )
...
Fixes https://github.com/minio/minio/issues/4072
2017-10-13 16:26:16 +05:30
Krishna Srinivas
ce403fdaa0
GCS documentation ( #4622 )
...
* GCS documentation and review fixes.
2017-07-10 09:35:20 -07:00
Nitish Tiwari
344f9ec608
Fix gateway browser screenshot ( #4613 )
2017-06-30 09:47:40 -07:00
poornas
18c4e5d357
Enable browser support for gateway ( #4425 )
2017-06-01 09:43:20 -07:00
Dee Koder
0a5d57a91e
docs: Update gateway doc with roadmap section. ( #3918 )
2017-03-16 18:25:01 -07:00
Krishna Srinivas
cea4cfa3a8
Implement S3 Gateway to third party cloud storage providers. ( #3756 )
...
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