Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change admin bucket remote cli args #3340

Merged
merged 1 commit into from
Aug 7, 2020
Merged

Conversation

poornas
Copy link
Contributor

@poornas poornas commented Aug 5, 2020

Before:  $ mc admin bucket remote set myminio/srcbucket https://foobar:foo12345@minio2:9000/replicabucket --type "replica"
After:   $ mc admin bucket remote set  myminio/srcbucket https://foobar:foo12345@minio2:9000/replicabucket --service "replication"

Before:  $ mc admin bucket remote remove myminio/srcbucket --arn "arn:minio:replica::993bc6b6-accd-45e3-884f-5f3e652aed2a:dest1"
After:   $ mc admin bucket remote rm  "arn:minio:replica::993bc6b6-accd-45e3-884f-5f3e652aed2a:dest1" myminio/srcbucket

Before:  $ mc admin bucket remote list myminio/srcbucket --type "replica"
After:   $ mc admin bucket remote ls myminio/srcbucket --service "replication"

Copy link
Member

@vadmeste vadmeste left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment

cmd/admin-bucket-remote-rm.go Outdated Show resolved Hide resolved
Add support to list all remote targets for a tenant
Copy link
Collaborator

@kannappanr kannappanr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kannappanr kannappanr merged commit 0ba1633 into minio:master Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants