David Guzman

Results 3 comments of David Guzman

They're different operations; the former is meant to delete an entire bucket and the latter only relates to individual objects inside the bucket

Micro-server update: Implement in S3ObjectWriter.java public Try put(String key, byte[] byteArray){} Implement in S3Utils.java public Eval writeAsync(String key, byte[] byteArray){} public Try writeSync(String key, byte[] byteArray){}

I like the idea of a new API. Just one change: Try listSummaries(String bucket, String keyPrefix) How about adding this? Try upload(String bucket, String key, Supplier objectRequestSupplier)