Blob blob = context.getBlobStore.blobBuilder().name("name").forSigning().contentType("text/plain") .contentLength(length).build();
@param container container where the blob resides
@param blob what to upload
@throws UnsupportedOperationException if not supported by the provider
@see BlobBuilder#forSigning
| |
| |
| |
| |
| |
| |
| |
| |
| |