-
Notifications
You must be signed in to change notification settings - Fork 5
Upgrade to replicated lib beta.13 #51
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
create-object-store/action.yml
Outdated
bucket-name: | ||
description: "Name of the bucket to create" | ||
required: true | ||
default: "" |
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.
We should be consistent with the cli for all inputs
bucket-name: | |
description: "Name of the bucket to create" | |
required: true | |
default: "" | |
bucket-prefix: | |
description: "A prefix for the bucket name to be created" | |
required: true | |
default: "" |
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.
The cli uses bucket
as flag
description: "Instance type to provision" | ||
required: false | ||
disk: | ||
description: "Disk size in GiB" |
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.
The cli sets the default to be 200 GiB. Do we need to do the same or will the api handle that?
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.
Yes, if empty, the api should handle it.
Changes:
0.0.1-beta.13
For review:
Anything under
dist
is generated and can be ignored.