-
Notifications
You must be signed in to change notification settings - Fork 342
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
S3 bucket create using profile parameter with other provider #1301
Comments
Files identified in the description:
If these files are inaccurate, please update the |
Thanks for taking the time to open this Issue. This issue should be fixed by #1305 and should be available once we release 6.0.0, however there are a number of substantial changes to the S3 modules which are substantial enough that they're unlikely to be backported to 5.x, and as such the fix probably won't be available for a couple of months. |
Rename aws_sgw_info module SUMMARY In line with the new naming guidelines rename aws_sgw_info to storagegateway_info ISSUE TYPE Feature Pull Request COMPONENT NAME aws_sgw_info storagegateway_info ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
Rename aws_sgw_info module SUMMARY In line with the new naming guidelines rename aws_sgw_info to storagegateway_info ISSUE TYPE Feature Pull Request COMPONENT NAME aws_sgw_info storagegateway_info ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
Rename aws_sgw_info module SUMMARY In line with the new naming guidelines rename aws_sgw_info to storagegateway_info ISSUE TYPE Feature Pull Request COMPONENT NAME aws_sgw_info storagegateway_info ADDITIONAL INFORMATION Reviewed-by: Alina Buzachis <None>
Summary
with such a simple task:
get an err
Failed to check bucket presence: An error occurred (403) when calling the HeadBucket operation: Forbidden
after removing
profile_name
fromhttps://github.com/ansible-collections/amazon.aws/blob/main/plugins/modules/s3_bucket.py#L1160
bucket is created as well
seems like using
profile
parameter there is additionalHEAD
header checking.otherwise than using module
access_key
andsecret_key
parametersIssue Type
Bug Report
Component Name
s3_object, s3_bucket
Ansible Version
Collection Versions
AWS SDK versions
Configuration
$ ansible-config dump --only-changed
OS / Environment
No response
Steps to Reproduce
Expected Results
I expect bucket create using
profile
parameterActual Results
Code of Conduct
The text was updated successfully, but these errors were encountered: