mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Add aws_s3 action plugin to find source files as expected (#35028)
People expect to be able to upload files to s3 using standard locations for files. Providing an action plugin that effectively rewrites the `src` key to the result of finding such a file is a great help. Tests added, and IAM permissions corrected
This commit is contained in:
committed by
Sloane Hertel
parent
d0e6889f93
commit
4d58d16793
@@ -15,8 +15,8 @@
|
||||
],
|
||||
"Effect": "Allow",
|
||||
"Resource": [
|
||||
"arn:aws:s3:::ansible_test_*",
|
||||
"arn:aws:s3:::ansible_test_*/*"
|
||||
"arn:aws:s3:::ansible-test-*",
|
||||
"arn:aws:s3:::ansible-test-*/*"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user