You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within my .aws/credentials, I have an endpoint_url for my own S3 endpoint (s3 compatible minio server). However, bib does not pick the endpoint URL up (most other aws-upload-like-tools-do).
Other AWS-like tools authenticate no problem, but I'm unable to do it with bib.
From my first investigations it might be caused by the underlying library not respecting the config. Actually also ignoring a potential .aws/config file, too (maybe related to this aws/aws-sdk-go#1048 (comment) ) .
The current issue could be resolved once we move to v2 osbuild/images#788
I can also implement a command line argument for now but this has to be done in our library and then implemented here. I'll align with the team which approach is best here.
Within my .aws/credentials, I have an endpoint_url for my own S3 endpoint (s3 compatible minio server). However, bib does not pick the endpoint URL up (most other aws-upload-like-tools-do).
Other AWS-like tools authenticate no problem, but I'm unable to do it with bib.
bib should be able to pick this up from the credentials file.
bib output:
The text was updated successfully, but these errors were encountered: