From abdff736f5fd05ae5f0b0e231ff3c9781b540021 Mon Sep 17 00:00:00 2001 From: cy Date: Mon, 14 Apr 2025 15:11:01 -0400 Subject: [PATCH] aws doesn't use defaults --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index cf78e63..57d3340 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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, - /// 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,