How to transfer a file/files from one S3 bucket/directory to another using AWS Data Pipeline
- 阅读更多 关于 How to transfer a file/files from one S3 bucket/directory to another using AWS Data Pipeline
问题 I would like to transfer a file (i.e copy it to a target directory and delete it from the source directory) from one S3 bucket directory to another using AWS data pipeline. I tried using the ShellCommandActivity and made a script that would move a file/files from one S3 bucket/directory to another. But the result was that it only copied it to the target S3 bucket/directory and did not remove the file in the S3 source directory. Thanks in advance! 回答1: If you want to remove something from an