PutObjectRequest
Types
Properties
The bytes to be stored.
An optional CacheControl
header that allows the caller to control the object's cache behavior. Headers can be passed in as specified in the HTTP at https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.
The content type of the object.
Indicates the storage class of a Put
request. Defaults to high-performance temporal storage class, and objects are persisted into durable storage shortly after being received.
Indicates the availability of an object while it is still uploading. If the value is set to streaming
, the object is available for downloading after some initial buffering but before the object is uploaded completely. If the value is set to standard
, the object is available for downloading only when it is uploaded completely. The default value for this header is standard
.