-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add keys in file node configuration to provide S3 credentials
for self-hosted use cases, users might use an S3-compatible service like MinIO. This service requires authentication using access keys however it does not really make sense for users to create an AWS configuration on the machine since there is no AWS account involved. Moreover, for using MinIO, path style is mandatory unless users setup some kind of DNS resolution for their buckets. I think it is best to avoid this complication and simply force the path style with the related option in the AWS SDK.
- Loading branch information
1 parent
ef9c09c
commit 7ad0795
Showing
2 changed files
with
36 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters