Skip to content

Commit

Permalink
Add Support for Manta Object Storage as a Gateway (minio#5025)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
stack72 authored and nitisht committed Dec 20, 2017
1 parent 1f77708 commit 7d75d61
Show file tree
Hide file tree
Showing 69 changed files with 20,974 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/gateway/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ import (
_ "github.com/minio/minio/cmd/gateway/azure"
_ "github.com/minio/minio/cmd/gateway/b2"
_ "github.com/minio/minio/cmd/gateway/gcs"
_ "github.com/minio/minio/cmd/gateway/manta"
_ "github.com/minio/minio/cmd/gateway/oss"
_ "github.com/minio/minio/cmd/gateway/s3"
_ "github.com/minio/minio/cmd/gateway/sia"
// Add your gateway here.
)
Loading

0 comments on commit 7d75d61

Please sign in to comment.