Hi Airflow Devs, I am not having any luck finding some S3 functionality that I would like to use.
Specifically the ability to sync buckets. And, the ability to recursively copy. `aws s3 sync s3://source-bucket/ s3://destination-bucket` or `aws s3 cp s3://source-bucket/folder/ s3://destination-bucket/folder --recursive` It seems I could run these with the bash operator, but I am wondering about using a python based operator that would likely call boto. Does anything like this exist and I'm unable to find it? Otherwise, I'd be happy to work on this if the community felt it would be useful. Please advise - Thanks, Austin