Replies: 1 comment
-
If I understand your question correctly this is something that will be implemented in the future. |
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 was curious about how can I upload videos to S3 from a frontend through next-video. The documentation is very to the point about retrieving remote urls to render the
<Video>
component, however I was not able to find anything about uploading programmatically by an API.The next-video package has the
@aws-sdk/client-s3
package so I was wondering If there is any way to upload through a component or any inbuilt function.Beta Was this translation helpful? Give feedback.
All reactions