Skip to content

Commit

Permalink
Add support for Remote Buckets and Replication (#287)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net>
Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com>
  • Loading branch information
3 people committed Sep 28, 2020
1 parent 459e2bf commit 8313a62
Show file tree
Hide file tree
Showing 70 changed files with 7,486 additions and 339 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ require (
github.com/jessevdk/go-flags v1.4.0
github.com/minio/cli v1.22.0
github.com/minio/kes v0.11.0
github.com/minio/mc v0.0.0-20200808005614-7e52c104bee1
github.com/minio/minio v0.0.0-20200808024306-2a9819aff876
github.com/minio/minio-go/v7 v7.0.5-0.20200807085956-d7db33ea7618
github.com/minio/operator v0.0.0-20200922064400-af3315add727
github.com/minio/mc v0.0.0-20200901021141-b55e3e2d2987
github.com/minio/minio v0.0.0-20200901011052-18725679c4f5
github.com/minio/minio-go/v7 v7.0.6-0.20200901014009-5f8d15bbc5fd
github.com/minio/operator v0.0.0-20200923155125-e7077234373b
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/secure-io/sio-go v0.3.1
github.com/stretchr/testify v1.6.1
Expand Down
48 changes: 33 additions & 15 deletions go.sum

Large diffs are not rendered by default.

63 changes: 63 additions & 0 deletions models/add_bucket_replication.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 60 additions & 0 deletions models/bucket_replication_destination.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

97 changes: 97 additions & 0 deletions models/bucket_replication_response.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8313a62

Please sign in to comment.