I have added another commit into this PR, which is another new operator providing feature to delete object from S3 bucket (which is also a quite common use case, like removing a file after it's processed). Together with object copying, it can "mimic" renaming operation in S3.
For this new operator for deleting object, it's hard to support S3 full URL as bucket + key (like what we did for the earlier operator copying object), as I want to support deleting single object/multiple objects in one single operator (when the key provided is a `Str`, it's going to delete single object; it's the key provided is a list, it's going to delete multiple objects). PTAL @ashb . Thanks. [ Full content available at: https://github.com/apache/incubator-airflow/pull/3823 ] This message was relayed via gitbox.apache.org for [email protected]
