This commit is contained in:
Joseph T. Lyons
2021-01-01 23:24:32 -05:00
committed by GitHub
parent 7eb8634ad7
commit a5f7600f6f
24 changed files with 37 additions and 37 deletions

View File

@ -18,13 +18,13 @@ impl Plugin for handler::Handler {
.named(
"endpoint",
SyntaxShape::Any,
"the enpoint info for the S3 resource, i.g., s3.ap-northeast-1.amazonaws.com or 10.1.1.1",
"the endpoint info for the S3 resource, i.g., s3.ap-northeast-1.amazonaws.com or 10.1.1.1",
Some('e'),
)
.named(
"access_key",
SyntaxShape::Any,
"the accessy key when authenticating",
"the access key when authenticating",
Some('a'),
)
.named(