1
0
mirror of https://github.com/minio/minio.git synced 2025-01-21 19:53:15 -05:00

2 Commits

Author SHA1 Message Date
Paul Stack
a020a70484 gateway/manta: Bump manta dependencies ()
Internally, triton-go, what manta minio is built on, changed it's internal
error handling. This means we no longer need to unwrap specific error types

This doesn't change any manta minio functionality - it just changes how errors are
handled internally and adds a wrapper for a 404 error
2018-01-17 10:38:39 -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