Optional
ifOptional
ifSets if-modified-since condition for this operation. If file exists and hasn't been modified since the specified time, an error will be returned. ISO 8601 formatted date string https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
Optional
ifSets if-none-match condition for this operation. If file exists and its etag matches, an error will be returned.
Optional
ifSets if-unmodified-since condition for this operation. If file exists and has been modified since the specified time, an error will be returned. ISO 8601 formatted date string https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
Optional
overrideSpecifies the cache-control header for presigned operations. Only meaningful when used along with presign.
Optional
overrideSpecifies the content-disposition header for presigned operations. Only meaningful when used along with presign.
Optional
overrideSpecifies the content-type header for presigned operations. Only meaningful when used along with presign.
Optional
versionSets version for this operation. Retrieves data of a specified version of the given path.
Sets if-match condition for this operation. If file exists and its etag doesn't match, an error will be returned.