-
Notifications
You must be signed in to change notification settings - Fork 514
Add support for Remote Buckets and Replication #262
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
Conversation
|
Don't merge this as-is, keep in a branch such that we can decide on the input parameters later on to avoid this clobbering up the releases. Since we need to comprehensively add
|
bexsoft
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bexsoft
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix
restapi/admin_remote_buckets.go:27:6: `registerAdminBucketRemoteHandlers` is unused (deadcode)
func registerAdminBucketRemoteHandlers(api *operations.ConsoleAPI) {
^
restapi/admin_remote_buckets.go:39:6: func `getRemoteBucketsResponse` is unused (unused)
6035607 to
b28529c
Compare
…into remote-buckets-dvaldivia
…into remote-buckets-dvaldivia
…into remote-buckets-dvaldivia
…into remote-buckets-dvaldivia
# Conflicts: # go.mod # go.sum # portal-ui/bindata_assetfs.go # portal-ui/src/screens/Console/Buckets/ViewBucket/ViewBucket.tsx # portal-ui/src/screens/Console/Common/FormComponents/SelectWrapper/SelectWrapper.tsx # restapi/embedded_spec.go # restapi/operations/console_api.go # restapi/user_buckets.go # swagger.yml
|
Replaced by #287 |
Fixes #261