Skip to content

Commit 8313a62

Browse files
bexsoftBenjamin Perezdvaldivia
authored
Add support for Remote Buckets and Replication (#287)
Co-authored-by: Benjamin Perez <benjamin@bexsoft.net> Co-authored-by: Daniel Valdivia <hola@danielvaldivia.com>
1 parent 459e2bf commit 8313a62

File tree

70 files changed

+7486
-339
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+7486
-339
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ require (
1616
github.com/jessevdk/go-flags v1.4.0
1717
github.com/minio/cli v1.22.0
1818
github.com/minio/kes v0.11.0
19-
github.com/minio/mc v0.0.0-20200808005614-7e52c104bee1
20-
github.com/minio/minio v0.0.0-20200808024306-2a9819aff876
21-
github.com/minio/minio-go/v7 v7.0.5-0.20200807085956-d7db33ea7618
22-
github.com/minio/operator v0.0.0-20200922064400-af3315add727
19+
github.com/minio/mc v0.0.0-20200901021141-b55e3e2d2987
20+
github.com/minio/minio v0.0.0-20200901011052-18725679c4f5
21+
github.com/minio/minio-go/v7 v7.0.6-0.20200901014009-5f8d15bbc5fd
22+
github.com/minio/operator v0.0.0-20200923155125-e7077234373b
2323
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
2424
github.com/secure-io/sio-go v0.3.1
2525
github.com/stretchr/testify v1.6.1

go.sum

Lines changed: 33 additions & 15 deletions
Large diffs are not rendered by default.

models/add_bucket_replication.go

Lines changed: 63 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

models/bucket_replication_destination.go

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

models/bucket_replication_response.go

Lines changed: 97 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)