Amazon S3
Amazon S3 is a highly scalable, cloud-based object storage service that can store and protect data for any use case.
Introduction
Amazon S3 is a highly scalable, cloud-based object storage service that can store and protect data for any use case. Miso can provide your organization with an S3 bucket for uploading large, historical data files during the onboarding process. This data will only be used for the initial model training, which will later be reinforced using real-time data collection methods.
Integration Steps
-
Ensure that you have AWS CLI installed on your client (or see here for installation instructions).
-
Your Miso Support Team will provide you with the S3 bucket name, region, access key ID and secret access key. Do not share these credentials with anyone outside your organization.
-
Configure your AWS CLI environment:
$ env AWS_ACCESS_KEY_ID="access_key_id" AWS_SECRET_ACCESS_KEY="secret_access_key" AWS_DEFAULT_REGION="region"
-
Upload the file(s) containing historic clickstream, catalog, or user data:
$ aws s3 sync /YOUR/LOCAL/PATH s3://BUCKET_NAME.askmiso.com/
-
If the upload is successful, you will see an output like below:
upload: /YOUR/LOCAL/PATH to s3://BUCKET_NAME.askmiso.com
Additional Resources
For more information on Miso’s API, check out the official API Documentation.
For more Integrations like this, visit the Integrations page on our Docs site.
Published Date: Aug 4th, 2022