Closed
Description
Storage
class now has a method to create an object:
create(BlobInfo blobInfo, final byte[] content, BlobTargetOption... options)
I know that we already provide a BlobWriteChannel
but it might be useful to also have:
create(BlobInfo blobInfo, InputStream content, BlobTargetOption... options)
for uploading small files without reading their bytes. Thoughts?