Skip to content

Container to Download Torrents Straight to S3 using FUSE Filesystems BTFS and S3FS

Notifications You must be signed in to change notification settings

samsheff/LambdaTorrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

LambdaTorrent

Container to Download Torrents Straight to S3 using FUSE Filesystems BTFS and S3FS

Setup

You'll need an AWS API Key to build the container.

# Build the container
 docker build --build-arg AWS_KEY=YOUR_AWS_KEY --build-arg AWS_SECRET=YOUR_AWS_SECRET -t LambdaTorrent .
 
 # Run the container
 # By Default it will get the download.torrent file in the root of the bucket and save to the root of the bucket as well.
 docker run --privileged  --device /dev/fuse -e AWS_BUCKET=YOUR_BUCKET_NAME LambdaTorrent

About

Container to Download Torrents Straight to S3 using FUSE Filesystems BTFS and S3FS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published