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

Rename "set-endpoint" to "add-endpoint" in order to unify it and other commands #106

Closed
yosukehara opened this issue Nov 13, 2013 · 1 comment

Comments

@yosukehara
Copy link
Member

The prefix of current commands are "add", "create", "delete" and "update":

[S3-related Maintenance]
create-user ${user-id} [${password}]
delete-user ${user-id}
update-user-role ${user-id} ${role-id}
update-user-password ${user-id} ${password}
get-users
set-endpoint ${endpoint}
delete-endpoint ${endpoint}
get-endpoints
add-bucket ${bucket} ${access-key-id}
delete-bucket ${bucket} ${access-key-id}
get-buckets
update-acl ${bucket} ${access-key-id} private|public-read|public-read-write
get-acl ${bucket} ${access-key-id}
@ghost ghost assigned yosukehara Nov 13, 2013
@yosukehara
Copy link
Member Author

DONE - leo-project/leo_manager@aaeea75

add-endpoint leofs.test
OK

get-endpoints
endpoint         | created at
-----------------+---------------------------
s3.amazonaws.com | 2013-11-13 18:10:43 +0900
leofs.test       | 2013-11-13 18:10:56 +0900
localhost        | 2013-11-13 18:10:43 +0900

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant