Use the Amazon Command Line Interface to upload and manage files
This article describes how to use the AWS Command Line Interface to upload and manage files.
To install the AWS Command Line Interface (CLI), see Installing, updating, and uninstalling the AWS CLI in the Amazon documentation. For information on configuring AWS CLI, see Configuration Basics.
When you call the aws configure
command, you are prompted for your Access Key and Access Key ID. You can leave Region Name and Output Format blank.
After you configure the CLI, make queries using the s3api
method, as shown in the following CLI examples:
List all objects in the root folder
aws s3 ls s3://collect-{REGION}.tealium.com/bulk-downloader/{ACCOUNT-PROFILE}/
Copy a file into a folder
aws s3 cp local_file.csv s3://collect-{REGION}.tealium.com/bulk-downloader/{ACCOUNT-PROFILE}/
Remove a file from a folder
aws s3 rm s3://collect-{REGION}.tealium.com/bulk-downloader/{ACCOUNT-PROFILE}/local_file.csv
This page was last updated: February 8, 2023