s3
Example of using S3 for model storage. See examples/s3
directory for an example.
Configuration
- Set below environment variables in
.env
file.ANOMSTACK_AWS_ACCESS_KEY_ID
: AWS access key ID.ANOMSTACK_AWS_SECRET_ACCESS_KEY
: AWS secret access key.
- Configure metric batch config yaml file params.
model_path: "s3://<your-bucket>/models":
: Prefixmodel_path
withs3::
for Anomstack to know you want to store models for this batch ins3://<your-bucket>/models
.