
They have this called some EGRESS, and I am curious if the Appwrite storage is a S3-compatible storage provider, and can I use the appwrite storage to upload my livekit recorded? THis is the documentation link from livekit

Appwrite Storage Adapter is indeed S3 compatible.

how can I get the information that required:
const fileOutput = new EncodedFileOutput({
fileType: EncodedFileType.MP4,
filepath: 'livekit-demo/room-composite-test.mp4',
output: {
case: 's3',
value: new S3Upload({
accessKey: 'aws-access-key',
secret: 'aws-access-secret',
bucket: 'my-bucket',
endpoint: 'https://my.s3.endpoint',
}),
},
});

The access key, secret, bucket and endpoints or region parameters
Recommended threads
- Trouble Accessing Project
Hello! I have been using Appwrite Cloud for some time now and it has been great, but I have just been getting this error this afternoon. Does anyone have any ad...
- Vercel Deployment issue
I am trying to deploy my web project using vercel, but in the deployed link, it is fetching some of the attributes and for the rest it is giving "not found" err...
- REQUEST
Good evening, anyone has an idea on how to pass body to appwrite function using POSTMAN? this is how I've passed it : { "providerName": "adamu" } and I ke...
