Oracle Object Storage - Download object (stream) action

The Download object (stream) action downloads an object from Oracle Object Storage. Subsequent recipe steps can use the file contents to upload the file into another app.

There is no fixed limit on file size. The maximum file size depends on whether the download can finish within the job timeout limit.

Input

Input fieldDescription
Bucket nameSelect or enter the name of the bucket to download from.
Object nameSelect or enter the name of the object to download.
Version IDEnter a version ID to specify a version of the object.
HTTP response content dispositionSpecify the value of content disposition.
HTTP response cache controlSpecify the value of cache control to override it in the response headers.
HTTP response content typeSpecify the value of content type to override it in the response headers.
HTTP response content languageSpecify the value of content language to override it in the response headers.
HTTP response content encodingSpecify the value of content encoding to override it in the response headers.
HTTP response expiresSpecify the value of expires to override it in the response headers.
HeadersSpecify custom request headers to send with the request. Includes if, if none match, client request ID, SSE customer algorithm, SSE customer key, SSE customer key SHA256.

Output

Output fieldDescription
HeadersResponse headers. Includes entity tag (ETag), archival state, cache control, content disposition, content encoding, content language, content length, content MD5, content range, content type, expires, last modified, client request ID, multirt MD5, request ID, storage tier, time of archival and version ID.
ContentsFile contents.
NameName of the object.

Last updated: