kaloyan-raev / hello-storj

Demo app for integrating the libstorj native library in Android
GNU General Public License v3.0
5 stars 3 forks source link

Allow deletion of files in a bucket and bucket itself #18

Closed dri94 closed 7 years ago

dri94 commented 7 years ago

Is it possible to expose a method on the JNI to allow deletions of files in a bucket? And also a method for deleting of buckets?

kaloyan-raev commented 7 years ago

Sure. I'll do it today or tomorrow.

kaloyan-raev commented 7 years ago

The Storj class now has deleteBucket() and deleteFile() methods.