Articles on: Getting Started

AWS CLI S3 Upload

If you are unfamiliar with S3, this article will detail step-by-step how to upload files to S3 for import into Polaris via the AWS CLI. Each step contains a link directly to the relevant AWS help page for further instructions.

Download and install the AWS CLI for your platform
Configure the CLI's credentials (access key ID and secret access key) and region according to the details provided by your Customer Success Manager (leave the "Default output format" the default value by pressing enter when presented with that prompt)
Upload each local file to S3 using the s3 cp command, specifying the local file path as the source and the S3 URL provided by your Customer Success Manager as the target (e.g., aws s3 cp marketing_com.company.app.csv s3://metricworks-client-upload-share/company/marketing_com.company.app.csv)

Updated on: 28/07/2022

Was this article helpful?

Share your feedback

Cancel

Thank you!