Uses of Class
org.jclouds.s3.options.PutObjectOptions
Packages that use PutObjectOptions
Package
Description
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService
commands.This package contains request options for S3 REST commands.
-
Uses of PutObjectOptions in org.jclouds.aws.s3.blobstore.options
Subclasses of PutObjectOptions in org.jclouds.aws.s3.blobstore.optionsModifier and TypeClassDescriptionclass
Contains options supported in the AWS S3 REST API for the PUT object operation -
Uses of PutObjectOptions in org.jclouds.s3
Methods in org.jclouds.s3 with parameters of type PutObjectOptionsModifier and TypeMethodDescriptionS3Client.initiateMultipartUpload
(String bucketName, ObjectMetadata objectMetadata, PutObjectOptions... options) This operation initiates a multipart upload and returns an upload ID.S3Client.putObject
(String bucketName, S3Object object, PutObjectOptions... options) Store data by creating or overwriting an object. -
Uses of PutObjectOptions in org.jclouds.s3.options
Fields in org.jclouds.s3.options declared as PutObjectOptionsMethods in org.jclouds.s3.options that return PutObjectOptionsModifier and TypeMethodDescriptionstatic PutObjectOptions
PutObjectOptions.Builder.withAcl
(CannedAccessPolicy acl) PutObjectOptions.withAcl
(CannedAccessPolicy acl) Override the default ACL (private) with the specified one.