Archive Response to Storage Policy
Archive outgoing responses to S3 compatible storage. Works with any storage provider compatible with S3 APIs such as AWS S3, GCP Cloud Storage, and Azure Blob Storage.
Early Access
This policy is in private beta. If you would like to use this please reach out to us: whatzup@zuplo.com
Configuration
{
"name": "my-archive-response-outbound-policy",
"policyType": "archive-response-outbound",
"handler": {
"export": "ArchiveResponseOutbound",
"module": "$import(@zuplo/runtime)",
"options": {
"bucketName": "test-bucket-123.s3.amazonaws.com",
"path": "responses/",
"accessKeyId": "$env(AWS_ACCESS_KEY_ID)",
"accessKeySecret": "$env(AWS_ACCESS_KEY_SECRET)"
}
}
}
Read more about how policies work