-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
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
SSM connection - set S3 addressing style #722
Conversation
@jfhovinne, you would need to write doc fragment + test case if possible. The integration test case will be great. |
9ed4da7
to
299cb5f
Compare
299cb5f
to
03c72e5
Compare
After investigation, I see that simply setting the addressing style fixes the issue, so we can use |
Can you try with
I believe, the best option is to take an extra parameter for it and @tremble / @markuman / @jillr , any suggestions for this issue? |
@116davinder The connection issue still occurs when setting the addressing style to |
@116davinder Anything else blocking that PR? |
The problem is that the issue is not fixed with #786 and default settings. |
Thanks for taking the time to open this PR. #1633 has now been merged which should add this functionality to release 5.2.0 of this collection |
SUMMARY
Fixes #705
ISSUE TYPE
COMPONENT NAME
aws_ssm
ADDITIONAL INFORMATION
I confirm the connection issue described in #705 (I got the redirect error multiple times with different accounts + new buckets), which is fixed by applying the proposed patch, i.e. using the 'path' addressing style.