I\'d like to copy some files from a production bucket to a development bucket daily.
For example: Copy productionbucket/feed/feedname/date to developmentbucket/feed/
For me the following command just worked:
aws s3 mv s3://bucket/data s3://bucket/old_data --recursive