Skip to content

Remove S3Client IAM static credentials to allow other auth methods (#…#345

Merged
pashidlos merged 2 commits intomasterfrom
s3-creds-fix
Apr 2, 2026
Merged

Remove S3Client IAM static credentials to allow other auth methods (#…#345
pashidlos merged 2 commits intomasterfrom
s3-creds-fix

Conversation

@pashidlos
Copy link
Copy Markdown
Member

…344)

If credentials are specified in S3Client other auth methods like IDSA will not work, as this disables the default behaviour of the AWS SDK client (https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-credentials-node.html)

With this change we should be able to remove the need of hardcoded credentials when accesing S3 in favor of more secure IDSA.

)

If credentials are specified in S3Client other auth methods like IDSA will not work, as this disables the default behaviour of the AWS SDK client (https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/setting-credentials-node.html)

With this change we should be able to remove the need of hardcoded credentials when accesing S3 in favor of more secure IDSA.
@pashidlos pashidlos merged commit dafdae7 into master Apr 2, 2026
4 of 5 checks passed
@pashidlos pashidlos deleted the s3-creds-fix branch April 2, 2026 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants