Download File from Amazon
This Automation Manager object downloads a file from an Amazon S3 bucket.
If you are using a version of PowerShell earlier than 4.0, then the corresponding 32-bit or 64-bit version of Amazon Tools must be installed.
PowerShell versions 4.0 and later automatically check for the corresponding 32-bit or 64-bit version of Amazon Tools.
Privileges
Normal
Input Parameters
Name | Type | Required | Description | Example |
---|---|---|---|---|
Bucket Name | String | Yes | The Amazon bucket name. | alpha-bravo-charlie |
File Key | String | Yes | The Amazon file key (file name). | filename.png |
Local Path | String | Yes | The complete local path (including file name) to save the file. | C:\folder1\folder2\filename.png |
Access Key | String | Yes | The Amazon access key. | <The Amazon access key > |
Secret Key | Unknown | Yes | The Amazon secret key. | <The Amazon secret key > |
Output Parameters
No output parameters.