-
Notifications
You must be signed in to change notification settings - Fork 343
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] Support copying s3://object-name to s3://object-new-name #42
Comments
Files identified in the description: If these files are inaccurate, please update the |
@ElijahLynn: Greetings! Thanks for taking the time to open this issue. In order for the community to handle your issue effectively, we need a bit more information. Here are the items we could not find in your description:
Please set the description of this issue with this template: |
It looks like this would require implementing a new feature that uses boto's |
@ElijahLynn can you give a try to Aubin's PR? Feedbacks are welcome: #359 |
@ElijahLynn This issue is waiting for your response. Please respond or the issue will be closed. |
Responding to keep open. Need to test #359 still. |
cc @linabuzachis |
``aws_s3`` copy to object 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 Reviewed-by: Alina Buzachis <None> Reviewed-by: Jill R <None> Reviewed-by: Gonéri Le Bouder <[email protected]>
* Initial tests for kinesis_stream * Add exceptions for broken check_mode behaviour (idemmpotency) * kinesis_stream requires shards to be defined, update the docs to match * Add tests for tagging and retention period * Yet more tests (and bugs) * Disable Kinesis KMS tests - not supported in CI right now * Apply minor changes from review Co-authored-by: Jill R <[email protected]> Co-authored-by: Jill R <[email protected]>
* Initial tests for kinesis_stream * Add exceptions for broken check_mode behaviour (idemmpotency) * kinesis_stream requires shards to be defined, update the docs to match * Add tests for tagging and retention period * Yet more tests (and bugs) * Disable Kinesis KMS tests - not supported in CI right now * Apply minor changes from review Co-authored-by: Jill R <[email protected]> Co-authored-by: Jill R <[email protected]>
* Initial tests for kinesis_stream * Add exceptions for broken check_mode behaviour (idemmpotency) * kinesis_stream requires shards to be defined, update the docs to match * Add tests for tagging and retention period * Yet more tests (and bugs) * Disable Kinesis KMS tests - not supported in CI right now * Apply minor changes from review Co-authored-by: Jill R <[email protected]> Co-authored-by: Jill R <[email protected]>
SUMMARY
I am trying to use aws_s3 to copy one object already on the bucket to a new object.
I don't see anything in the docs suggesting that this is or is not possible.
ISSUE TYPE
COMPONENT NAME
aws_s3
ADDITIONAL INFORMATION
N/A for now
The text was updated successfully, but these errors were encountered: