We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS_ENDPOINT_URL
AWS_REGION
I'm trying to use geesefs with a custom endpoint, and was surprised AWS_ENDPOINT_URL and AWS_REGION is not honored.
This was somewhat confusing, as aws s3 commands did work, while geesefs needed --endpoint and --region CLI args (but picked up credentials).
aws s3
--endpoint
--region
Could you consider adding support?
The text was updated successfully, but these errors were encountered:
in addition to @flokli - geesefs seems to ignore endoint_url from .aws/config file.
geesefs
endoint_url
.aws/config
User expects a reasonable support of .aws/ configuration directory, endpoint overload is common practice (e.g. for corporate s3, in my case).
.aws/
Sorry, something went wrong.
No branches or pull requests
I'm trying to use geesefs with a custom endpoint, and was surprised
AWS_ENDPOINT_URL
andAWS_REGION
is not honored.This was somewhat confusing, as
aws s3
commands did work, while geesefs needed--endpoint
and--region
CLI args (but picked up credentials).Could you consider adding support?
The text was updated successfully, but these errors were encountered: