Class AWSS3PutObjectOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.s3.options.PutObjectOptions
org.jclouds.aws.s3.blobstore.options.AWSS3PutObjectOptions
- All Implemented Interfaces:
HttpRequestOptions
Contains options supported in the AWS S3 REST API for the PUT object operation
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jclouds.s3.options.PutObjectOptions
NONE
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.storageClass
(ObjectMetadata.StorageClass storageClass) Deprecated.Override the default ACL (private) with the specified one.Methods inherited from class org.jclouds.s3.options.PutObjectOptions
buildRequestHeaders, getAcl, setHeaderTag
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Constructor Details
-
AWSS3PutObjectOptions
public AWSS3PutObjectOptions()
-
-
Method Details
-
storageClass
Deprecated. -
getStorageClass
Deprecated. -
withAcl
Description copied from class:PutObjectOptions
Override the default ACL (private) with the specified one.- Overrides:
withAcl
in classPutObjectOptions
- See Also:
-