Download files from a S3 bucket

Parameters:

Parameters:
See dedicated page for more information.
Pull one or many objects from an S3 bucket to a local path. Works in corporate networks (supports HTTP/S proxies).
Good to know: If you haven’t set up AWS credentials yet, follow the Step-by-step: Create IAM user, keys & policy section in the S3UploadFile documentation. This Download box uses the exact same keys.
s3:GetObject).
Open the S3DownloadFile action and wire it to your table.
Enter the parameters manually, or choose them from the dropdown if you’ve configured them as Global Parameters
bucketname (your bucket)eu-west-3 (or the bucket’s region)s3FilePath (select from the 3-dots menu)localFilePath (select from the 3-dots menu)nothing (use verbose while testing)continue with status ERROR (recommended for batches)
(Optional) Corporate proxy
In Optional: extra parameters for cURL, pass cURL flags, e.g.:
--proxy http://proxy.mycorp.local:8080 --proxy-user USER:PASS

307 TemporaryRedirect / 301 Moved Permanently
x-amz-bucket-region.eu-west-3).403 AccessDenied
s3:GetObject, or the object/key path is wrong.404 NoSuchKey
SignatureDoesNotMatch
RequestTimeout / Connection timed out
--connect-timeout 60 --max-time 1200. Check proxy settings.407 Proxy Authentication Required
--proxy-user USER:PASS in **Optional: extra parameters for cURL`.Local save fails (permission denied / no such file or directory)
--create-dirs in **Optional: extra parameters for cURL`. Confirm write permissions and path correctness.Notes:
This Action also works behind a PROXY server (use Optional: extra parameters for cURL to pass cURL proxy flags).
