livekit / livekit-helm

LiveKit Helm charts
https://docs.livekit.io
Apache License 2.0
55 stars 64 forks source link

Cloudflare R2 support for Egress #68

Closed anishmenon closed 1 year ago

anishmenon commented 1 year ago

As i can se only

case *livekit.S3Upload: return newS3Uploader(c) case *livekit.GCPUpload: return newGCPUploader(c) case *livekit.AzureBlobUpload: return newAzureUploader(c) case *livekit.AliOSSUpload: return newAliOSSUploader(c)

Can we add Cloudflare R2 Support too ??

davidzhao commented 1 year ago

R2 is compatible with S3.