Skip to content

Commit

Permalink
Typo corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrknox committed Dec 4, 2024
1 parent 87b9237 commit d438442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/H5FDs3comms.c
Original file line number Diff line number Diff line change
Expand Up @@ -1842,13 +1842,13 @@ H5FD__s3comms_load_aws_creds_from_file(FILE *file, const char *profile_name, cha

/*-----------------------------------------------------------------------------
*
* Function: H5FD__s3comms_load_aws_creds_from_file()
* Function: H5FD__s3comms_load_aws_creds_from_env()
*
* Purpose:
*
* Get aws credentials from environment variables AWS_ACCESS_KEY_ID,
* AWS_SECRET_ACCESS_KEY, AWS_REGION and AWS_SESSION_TOKEN.
* Values from these environment variables will overrride any values
* Values from these environment variables will override any values
* for corresponding variables loaded from credentials and configuration
* files.
*
Expand Down

0 comments on commit d438442

Please sign in to comment.