Skip to content

Commit 8827ead

Browse files
committed
typo
1 parent dcda5d0 commit 8827ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-programs/tests/aws_s3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fn aws_s3() -> Result<()> {
1010
.arg("-Shttp")
1111
.args(["--env", "AWS_ACCESS_KEY_ID"])
1212
.args(["--env", "AWS_SECRET_ACCESS_KEY"])
13-
.args(["--env", "AWS_ACCESS_KEY_ID"])
13+
.args(["--env", "AWS_SESSION_TOKEN"])
1414
.arg(test_programs::aws::S3)
1515
.arg(format!(
1616
"--region={}",

0 commit comments

Comments
 (0)