public class AWSS3BlobStore extends S3BlobStore
blobUtils, context, defaultLocation, locations| Modifier and Type | Method and Description |
|---|---|
String |
putBlob(String container,
Blob blob,
PutOptions options)
This implementation invokes
S3Client.putObject(java.lang.String, org.jclouds.s3.domain.S3Object, org.jclouds.s3.options.PutObjectOptions...) |
blobExists, blobMetadata, containerExists, createContainerInLocation, createContainerInLocation, deleteAndVerifyContainerGone, deletePathAndEnsureGone, getBlob, list, list, putBlob, removeBlobblobBuilder, clearContainer, clearContainer, countBlobs, countBlobs, createDirectory, deleteContainer, deleteDirectory, directoryExists, getBlob, getContext, list, listAssignableLocationspublic String putBlob(String container, Blob blob, PutOptions options)
S3BlobStoreS3Client.putObject(java.lang.String, org.jclouds.s3.domain.S3Object, org.jclouds.s3.options.PutObjectOptions...)putBlob in interface BlobStoreputBlob in class S3BlobStorecontainer - bucket nameblob - objectoptions - byte range optionsCopyright © 2009-2013 jclouds. All Rights Reserved.