Skip to content

Commit

Permalink
ci: sync H5FDs3comms
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 9, 2024
1 parent 1a51588 commit 18af7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5FDs3comms.h
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ H5_DLL herr_t H5FD_s3comms_HMAC_SHA256(const unsigned char *key, size_t key_len,
size_t msg_len, char *dest);

H5_DLL herr_t H5FD_s3comms_load_aws_profile(const char *name, char *key_id_out, char *secret_access_key_out,
char *aws_region_out, char *session_token_out);
char *aws_region_out);

H5_DLL herr_t H5FD_s3comms_nlowercase(char *dest, const char *s, size_t len);

Expand Down

0 comments on commit 18af7bd

Please sign in to comment.