uploadAvailability
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
.
To use this header, you must also set the HTTP Transfer-Encoding
header to chunked
.