summaryrefslogtreecommitdiffstats
path: root/src/H5FDs3comms.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDs3comms.c')
-rw-r--r--src/H5FDs3comms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDs3comms.c b/src/H5FDs3comms.c
index 42586ff..92921ad 100644
--- a/src/H5FDs3comms.c
+++ b/src/H5FDs3comms.c
@@ -1925,7 +1925,7 @@ H5FD__s3comms_load_aws_creds_from_file(FILE *file, const char *profile_name, cha
};
char *const setting_pointers[] = {
aws_region,
-
+ key_id,
access_key,
};
unsigned setting_count = 3;