Dear Shotstack community
I have one problem and one doubt about destinations.
Only Shotstack destination allowed
I’m trying to use s3 destination. As it shows pricing table, all destinations are allowed in all plans. I have Essentials plan.
However, if I make a request with destination s3 I get this error:
400 Bad Request: “{“success”:true,“message”:“Bad Request”,“response”:{“error”:{“name”:“ValidationError”,“details”:[{“message”:”"provider" must be one of [shotstack, mux, s3]",“path”:[“output”,“destinations”,0,“provider”],“type”:“any.allowOnly”,“context”:{“value”:“s3”,“valids”:[“shotstack”],“key”:“provider”,“label”:“provider”}}]}}}
If you focus in the last part (context
) you can see only shotstack destination is allowed "valids":["shotstack"]
. Why?
I’ve tried the same in studio editor and I get the same problem. The destination payload with imaginary data is:
"destinations": [
{
"provider": "s3",
"options": {
"region": "us-west-002",
"bucket": "random-bucket",
"filename": "random-name",
"acl": "private",
"prefix": "test"
}
}
]
S3 destination with Backblaze
I’m trying to use s3 AWS integration with Backblaze because it also supports it. Is that possible?
Thank you all!