Replies: 1 comment
-
Try searching in the forum and in the issues, there were some tips people posted on how to set up S3 for CORS. |
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
-
I tried to use a signed url using cloud front distribution which restrict access to an S3 bucket
quick brief about my architecture: there's a private S3 bucket which restricts access to it. all accesses to objects in this bucket need to access to a cloudfront distribution with a pre-signed url
when loading the wavesufer to UI and assign source url to a pre-sign url like this, it shows an error as image above
https://<distribution_name>.cloudfront.net/<file_key>?Expires=1733748078&Signature=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&Key-Pair-Id=KXXXXXXXXXXXXX
(this url works fine in browser, runs correctly)
Note: this works when using a SAS token in azure storage
how to fix it to play audio from cloudfront distribution?
I don't know is it a bug or not so I post a question here.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions