Replies: 3 comments 11 replies
-
the external storage api is throwing an error: 500. here is my code example: import { StreamClient } from "@stream-io/node-sdk";
const client = new StreamClient(streamApiKey, streamSecret);
const result = await client.video.createExternalStorage({
bucket: "xxxx",
name: "my-s3",
storage_type: "s3",
path: "/",
aws_s3: {
s3_region: "eu-north-1",
s3_api_key: "xxx",
s3_secret: "xxx",
},
}); |
Beta Was this translation helpful? Give feedback.
8 replies
-
Can i use Digital Ocean Space or Cloudflare R2 as a storage? |
Beta Was this translation helpful? Give feedback.
3 replies
-
+1 for Supabase |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At the moment Stream Video allows you to store recorded calls on S3, Google Cloud Storage and Azure Blob Storage. You can use this conversation to suggest storage options that are important for your application.
Beta Was this translation helpful? Give feedback.
All reactions