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
Steps to reproduce
dev mitm
config.yml
providers: custom: insecure: true endpoint_format: "https://$REGION.linodeobjects.com" regions: - "fr-par-1" address_style: "vhost"
go run main.go -provider custom -bucket google.com
https://fr-par-1.linodeobjects.com
https://google.com.fr-par-1.linodeobjects.com
The text was updated successfully, but these errors were encountered:
Resources from OVH work:
Sorry, something went wrong.
SDK bug filed: aws/aws-sdk-go-v2#2395
SDK bug fixed and merged as of release-2023-12-08 - v1.24.0?
No branches or pull requests
Steps to reproduce
dev mitm
docker compose profileconfig.yml
to be:go run main.go -provider custom -bucket google.com
https://fr-par-1.linodeobjects.com
instead ofhttps://google.com.fr-par-1.linodeobjects.com
The text was updated successfully, but these errors were encountered: