You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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