ml-archive / aws

Swift wrapper around AWS API
MIT License
72 stars 20 forks source link

S3 delete function not implemented? #30

Open idev4u opened 6 years ago

idev4u commented 6 years ago

Hallo I had tried out the package and the upload works for me. But now for my full use case I have to delete the uploaded blobs and I saw in the code that there is no delete function. So my questions is Does someone work on this? I saw you are open for PRs, but first I would like to know if somebody works on this?

https://github.com/nodes-vapor/aws/blob/b629456e01ff260b8c9292a8a532f9eac37bed46/Sources/S3/S3.swift#L74

steffendsommer commented 6 years ago

Thanks for reaching out @idev4u. To my knowledge, no one is currently working on the delete functionality. @BrettRToomey have you heard of any?

idev4u commented 6 years ago

@steffendsommer no promises from my side, but if I find some time then I try to work on it. But if @BrettRToomey know that some one work on this, too. Then it would be cool to document this in this issue. I will do this also, if I start to work on this. Thanks