with aws-sdk-java-v2 is it possible to set the aws endpoint as a property #5826
Unanswered
SrinivasKG1
asked this question in
Q&A
Replies: 2 comments 2 replies
-
The answer is threefold:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I am not able to override the end point using System.setProperty("aws.endpointUrl","http://127.0.0.1:4566/") or System.setProperty("aws.endpointUrlS3","http://127.0.0.1:4566/").. Also it is not working when I set the environment variables AWS_ENDPOINT_URL=http://127.0.0.1:4566;AWS_ENDPOINT_URL_S3=http://127.0.0.1:4566.. It is only working when we programmatically put as |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
with aws-sdk-java-v2 is it possible to set the custom aws_endpoint, aws_sts_endpoint, aws_s3_endpoint as a property. Specifically I want to set this property in application.yml file
Beta Was this translation helpful? Give feedback.
All reactions