XD-DENG commented on issue #3823: [AIRFLOW-2985] An operator for S3 object 
copying/deleting
URL: 
https://github.com/apache/incubator-airflow/pull/3823#issuecomment-418109266
 
 
   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.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to