Closed castironclay closed 3 years ago
Files identified in the description: None
If these files are inaccurate, please update the component name
section of the description or use the !component
bot command.
I've just realize my confusion. The URL that is generated is used to perform the POST of the object. I can close this issue.
Summary
I am seeing a difference in the URL format when generating presigned URLs with awscli versus Ansible amazon.aws.aws_s3 module. The URL generated with Ansible is failing to authenticate. Below is the error I am seeing. It appears that newer presigned urls contain additional arguments that are missing from a url generated by Ansible.
Issue Type
Bug Report
Component Name
amazon.aws.aws_s3
Ansible Version
Collection Versions
AWS SDK versions
Configuration
OS / Environment
Debian
Steps to Reproduce
Expected Results
I expect an ansible debug message showing a valid link.
Valid link generated using awscli
Invalid link generated from url return value of the aws_s3 module
Actual Results
Error below is seen when trying to follow link generated by Ansible.
Code of Conduct