Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

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

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages