bucket
key
response-content-type
Content-Type
.response-content-language
Content-Language
.response-expires
Expires
.response-cache-control
Cache-Control
.response-content-disposition
Content-Disposition
.response-content-encoding
Content-Encoding
.version-id
Range
If-Modified-Since
If-Modified-Since
and If-None-Match
and check it settled like If-Modified-Since -> true
and If-None-Match -> false
then ColdStack returns the code 304. For details, see RFC 7232 .If-Unmodified-Since
If-Unmodified-Since
and If-Match
resolved as checks on them If-Unmodified-Since -> false
, and If-Match -> true
then ColdStack returns a code 200, and the requested data. See RFC 7232 for details .If-Match
ETag
matches the one passed.
- Code 412. If it ETag
does not match the transmitted one.
If the request headers are present simultaneously If-Unmodified-Since
and If-Match
resolved as checks on them If-Unmodified-Since -> false
, and If-Match -> true
then ColdStack returns a code 200, and the requested data. See RFC 7232 for details .If-None-Match
ETag
not the same as the one passed.
- Code 304. If it ETag
matches the transmitted one.
If the query at the same time there are headers If-Modified-Since
and If-None-Match
and check it settled like If-Modified-Since -> true
and If-None-Match -> false
then ColdStack returns the code 304. For details, see RFC 7232 .x-amz-meta-*
x-amz-storage-class
COLD
if the object is in Cold Storage.
If the object is saved in the Standard storage, then there will be no title.x-amz-server-side-encryption
x-amz-server-side-encryption-aws-kms-key-id