aws doesn't use defaults

This commit is contained in:
cy 2025-04-14 15:11:01 -04:00
parent e5a7dfa683
commit abdff736f5
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -44,11 +44,11 @@ pub struct PushArgs {
#[arg(long)] #[arg(long)]
signing_key: String, 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)] #[arg(long)]
region: Option<String>, 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 /// e.g. https://s3.example.com
#[arg(long)] #[arg(long)]
endpoint: Option<String>, endpoint: Option<String>,