Skip to content

Commit 62e6a71

Browse files
SNOW-2112225 rename optional boto- pack to aws
1 parent 40c2223 commit 62e6a71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ pandas =
9595
pyarrow<19.0.0
9696
secure-local-storage =
9797
keyring>=23.1.0,<26.0.0
98-
cloud-auth =
98+
aws =
9999
boto3>=1.24
100100
botocore>=1.24

src/snowflake/connector/wif_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def create_aws_attestation() -> WorkloadIdentityAttestation | None:
198198
_warn(
199199
"Dependencies botocore and boto3 are not installed, cannot create AWS Workload Identity attestation."
200200
"Please install these modules using the following command:\n"
201-
" pip install snowflake-connector-python[cloud-auth]"
201+
" pip install snowflake-connector-python[aws]"
202202
)
203203
return None
204204

0 commit comments

Comments
 (0)