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
Hello, It could be helpful allowing to use AWS compatible third-party clouds like Cloudflare, localstack
To do this, simply we need to add another parameter with the service endpoint URL. Mainly is adding this line
builder.withEndpointConfiguration(new EndpointConfiguration("myAlternativeEndpoint", region))
What do you think?
I could create a PR with the changes, but I need you to be released (1.4.3 is not released yet)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
It could be helpful allowing to use AWS compatible third-party clouds like Cloudflare, localstack
To do this, simply we need to add another parameter with the service endpoint URL.
Mainly is adding this line
builder.withEndpointConfiguration(new EndpointConfiguration("myAlternativeEndpoint", region))
What do you think?
I could create a PR with the changes, but I need you to be released (1.4.3 is not released yet)
The text was updated successfully, but these errors were encountered: