Skip to content

Commit f5b6f62

Browse files
haipham23igorlukanin
authored andcommitted
chore: rename CUBESTORE_AWS_ROLE to CUBESTORE_AWS_IAM_ROLE
1 parent 47ee698 commit f5b6f62

File tree

1 file changed

+1
-1
lines changed
  • rust/cubestore/cubestore/src/remotefs

1 file changed

+1
-1
lines changed

rust/cubestore/cubestore/src/remotefs/s3.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ impl S3RemoteFs {
5959
))
6060
})?;
6161

62-
let role_name = env::var("CUBESTORE_AWS_ROLE").ok();
62+
let role_name = env::var("CUBESTORE_AWS_IAM_ROLE").ok();
6363
let (access_key, secret_key) = match role_name {
6464
Some(role_name) => {
6565
assume_role(&role_name, &region.to_string()).await

0 commit comments

Comments
 (0)