1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 21:12:55 -04:00

12 Commits

Author SHA1 Message Date
Harshavardhana
f7a87b30bf Revert "deprecate embedded browser ()"
This reverts commit 736d8cbac483d8bf56c3422ca9a9c4c3e043c6cf.

Bring contrib files for older contributions
2021-04-30 08:50:39 -07:00
Harshavardhana
069432566f update license change for MinIO
Signed-off-by: Harshavardhana <harsha@minio.io>
2021-04-23 11:58:53 -07:00
Harshavardhana
9dda1fd624
Remove B2 gateway implementation ()
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 
2020-05-07 19:00:30 -07:00
Harshavardhana
69ee28a082
remove OSS gateway due to lack of licensing ()
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
Harshavardhana
620e462413 Implement S3-HDFS gateway ()
- [x] Support bucket and regular object operations
- [x] Supports Select API on HDFS
- [x] Implement multipart API support
- [x] Completion of ListObjects support
2019-04-17 09:52:08 -07:00
kannappanr
5ecac91a55
Replace Minio refs in docs with MinIO and links () 2019-04-09 11:39:42 -07:00
Harshavardhana
9f87283cd5 Revert and bring back B2 gateway implementation ()
This PR is simply a revert of 3265112d04c13c2ec49731868824224a0a6af823
just for B2 gateway.
2019-02-12 12:44:22 +05:30
Harshavardhana
3265112d04 Remove gateway implementations for manta, sia and b2 () 2019-01-20 08:10:58 -08:00
poornas
25107c2e11 Add NAS gateway support () 2018-02-20 12:21:12 -08:00
Paul Stack
7d75d61621 Add Support for Manta Object Storage as a Gateway ()
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
Timon Wong
84fc78d60f Implement Alibaba Cloud OSS gateway support () 2017-12-19 13:55:17 +05:30
Harshavardhana
eb2894233c Convert gateways into respective packages ()
- Make azure gateway a package
- Make b2 gateway a package
- Make gcs gateway a package
- Make s3 gateway a package
- Make sia gateway a package
2017-12-05 17:58:09 -08:00