-
Notifications
You must be signed in to change notification settings - Fork 398
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #692 from mandar242/issues-689-s3_sync-file_root
s3_sync: file_root parameter - handle individual file path SUMMARY Added ability to handle individual file path and upload an individual file to s3 bucket. Fixes #689. ISSUE TYPE Bugfix Pull Request COMPONENT NAME s3_sync Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: None <None> Reviewed-by: Mark Chappell <None> Reviewed-by: None <None>
- Loading branch information
Showing
4 changed files
with
82 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
bugfixes: | ||
- s3_sync - fix handling individual file path to upload a individual file to s3 bucket (https://github.com/ansible-collections/community.aws/pull/692). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
test_bucket: "{{ tiny_prefix }}-testbucket-ansible" | ||
test_bucket_2: "{{ tiny_prefix }}-testbucket-ansible-2" | ||
test_bucket_3: "{{ tiny_prefix }}-testbucket-ansible-3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters