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.
This commit is contained in:
Harshavardhana
2020-04-18 22:12:51 -07:00
committed by GitHub
parent d02deff3d7
commit 69ee28a082
9 changed files with 0 additions and 1424 deletions

View File

@@ -22,7 +22,6 @@ import (
_ "github.com/minio/minio/cmd/gateway/gcs"
_ "github.com/minio/minio/cmd/gateway/hdfs"
_ "github.com/minio/minio/cmd/gateway/nas"
_ "github.com/minio/minio/cmd/gateway/oss"
_ "github.com/minio/minio/cmd/gateway/s3"
// B2 is specifically kept here to avoid re-ordering by goimports,