aws doesn't use defaults
This commit is contained in:
parent
e5a7dfa683
commit
abdff736f5
1 changed files with 2 additions and 2 deletions
|
@ -44,11 +44,11 @@ pub struct PushArgs {
|
|||
#[arg(long)]
|
||||
signing_key: String,
|
||||
|
||||
/// If unspecified, will get it form AWS_DEFAULT_REGION envar or the AWS default
|
||||
/// If unspecified, will get it form AWS_DEFAULT_REGION envar
|
||||
#[arg(long)]
|
||||
region: Option<String>,
|
||||
|
||||
/// If unspecifed, will get it from AWS_ENDPOINT_URL envar or the AWS default
|
||||
/// If unspecifed, will get it from AWS_ENDPOINT_URL envar
|
||||
/// e.g. https://s3.example.com
|
||||
#[arg(long)]
|
||||
endpoint: Option<String>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue