Skip to content

k-shlomi/mount-files-to-docker-with-s3fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mount-files-to-docker-with-s3fs

In this POC I use S3FS to mount files to a docker image from an S3 bucket.

I implemented it in 3 architectures: debian, alpine & amzn.

So we have 3 docker files.

I sed these resources to help me in the process:

I also went through these resources:

Also provided, a github workflow file to build all 3 images and run them.

I use 3 environment variables, all stored in github secrets:

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • BUCKET_NAME

also supplied a python script that list the files in a local directory. This directory contains the mounted files from S3.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published