Skip to content
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

aws_s3 copy to object #359

Merged
merged 5 commits into from Jul 8, 2021
Merged

Conversation

abikouo
Copy link
Contributor

@abikouo abikouo commented May 6, 2021

SUMMARY

add option to aws_s3 module to copy object existing on Amazon S3

Closes: #42

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

aws_s3

ADDITIONAL INFORMATION
- name: copy from source to destination
  aws_s3:
      bucket: "{{ dest }}"
      mode: copy
      object: destination.txt
      copy_src:
        bucket: "{{ src }}"
        object: source.txt

@ansibullbot
Copy link

@abikouo this PR contains the following merge commits:

Please rebase your branch to remove these commits.

click here for bot help

@ansibullbot ansibullbot added feature This issue/PR relates to a feature request merge_commit This PR contains at least one merge commit. Please resolve! module module needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR needs_triage labels May 21, 2021
@ansibullbot
Copy link

@abikouo this PR contains the following merge commits:

Please rebase your branch to remove these commits.

click here for bot help

@ansibullbot ansibullbot removed the needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR label May 25, 2021
@ansibullbot
Copy link

@abikouo this PR contains the following merge commits:

Please rebase your branch to remove these commits.

click here for bot help

@ansibullbot
Copy link

@ansibullbot ansibullbot added community_review integration tests/integration plugins plugin (any type) tests tests and removed merge_commit This PR contains at least one merge commit. Please resolve! needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html labels May 25, 2021
@goneri
Copy link
Member

goneri commented May 27, 2021

recheck

@ansibullbot ansibullbot added needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR and removed community_review labels Jun 7, 2021
@ansibullbot ansibullbot added community_review and removed merge_commit This PR contains at least one merge commit. Please resolve! needs_rebase https://docs.ansible.com/ansible/devel/dev_guide/developing_rebasing.html labels Jul 1, 2021
@goneri
Copy link
Member

goneri commented Jul 2, 2021

recheck

@jillr jillr added the gate label Jul 7, 2021
@tremble tremble removed the gate label Jul 8, 2021
@tremble tremble closed this Jul 8, 2021
@tremble tremble reopened this Jul 8, 2021
@tremble tremble added gate and removed gate labels Jul 8, 2021
@tremble tremble dismissed alinabuzachis’s stale review July 8, 2021 11:11

out dated - 2 +ve cloud content team approvals added afterwards

@tremble tremble removed the gate label Jul 8, 2021
@tremble
Copy link
Contributor

tremble commented Jul 8, 2021

recheck

@tremble tremble added the gate label Jul 8, 2021
@tremble
Copy link
Contributor

tremble commented Jul 8, 2021

And finally, the gate tests seem to be running... Hopefully this will now get auto-merged by Zuul...

@ansible-zuul ansible-zuul bot merged commit 3591ca2 into ansible-collections:main Jul 8, 2021
@abikouo abikouo deleted the s3_copy_object branch October 24, 2023 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community_review feature This issue/PR relates to a feature request has_issue integration tests/integration module module plugins plugin (any type) tests tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[aws_s3] Support copying s3://object-name to s3://object-new-name
6 participants