gws_core

Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version

Download resource from a S3 bucket

TASK
Typing name :  TASK.gws_core.ResourceDownloaderS3 Brick :  gws_core

Task to download a resource from an S3 bucket.

If the downloaded file is a zipped Resource, the resource will be unzipped and imported in the original format.

If the link refers to a normal zip file, the zip file will be unzipped and the resource will be imported (File or Folder). See the uncompress parameter.

If the link refers to a file, the file will be imported as a resource.

See ResourceUploaderS3 to upload a resource to an S3 bucket.

Output

Imported resource

Configuration

credentials

Type : credentials_param

object_key

Type : string

s3_bucket

Optional

If provided, override the bucket name in credentials

Type : string

uncompress

Optional

Option to uncompress the file if it is compresses.

Type : stringAllowed values : auto yes no Default value : auto