Skip to content

Import a list of videos to S3 with ease 📹🔥

Notifications You must be signed in to change notification settings

willipsantos/vimeo-to-s3-batch-import

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S3 batch import

Import a list of videos to S3 with ease.

Setup

Copy .env.example to .env and fill the environment variables based on the S3 access

Running the migration

  1. Clone the repository and install dependencies using NPM or Yarn;
  2. Fill video list data inside data/videos.json;
  3. Run yarn run-migration or npm run run-migration;

All of the videos from videos.json will be uploaded directly to S3 without saving them to the disk.

This process is kinda slow but, if you have a good internet connection and hardware, you can increment the concurrency inside src/lib/queue.ts to migrate more videos in parallel.

About

Import a list of videos to S3 with ease 📹🔥

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Shell 0.8%