We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Storage class now has a method to create an object:
Storage
create(BlobInfo blobInfo, final byte[] content, BlobTargetOption... options)
I know that we already provide a BlobWriteChannel but it might be useful to also have:
BlobWriteChannel
create(BlobInfo blobInfo, InputStream content, BlobTargetOption... options)
for uploading small files without reading their bytes. Thoughts?
Storageclass now has a method to create an object:I know that we already provide a
BlobWriteChannelbut it might be useful to also have:for uploading small files without reading their bytes. Thoughts?