You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When I run shield create-store, I went through the following steps
shield create-store
Store Name: test
Description: to store backup for stuff
SHIELD Agent (IP:port): x.x.x.x:5444
Backup Plugin: s3
Threshold: 5G
It did not ask me information on AWS key ID and secret and bucket name, caused the store to fail after being created.
I was able to run shield update-store to add those missing entries and the store did work after that.
To Reproduce shield create-store with s3 plugin
Expected behavior
It should ask information on S3 authentication and bucket since it is required to make the store work
SHIELD versions (please complete the following information):
SHIELD Core: 8.7.2
SHIELD CLI: 8.7.2
The text was updated successfully, but these errors were encountered:
xiujiao
added
the
triage
Issues that are pending triage / validation by a SHIELD contributor
label
Jun 9, 2020
This is a "works as designed" part of the SHIELD CLI; Perhaps the better approach is to remove the semi-interactive form and just rely on command-line parameters for everything.
Describe the bug
When I run
shield create-store
, I went through the following stepsIt did not ask me information on AWS key ID and secret and bucket name, caused the store to fail after being created.
I was able to run
shield update-store
to add those missing entries and the store did work after that.To Reproduce
shield create-store
with s3 pluginExpected behavior
It should ask information on S3 authentication and bucket since it is required to make the store work
SHIELD versions (please complete the following information):
The text was updated successfully, but these errors were encountered: