Skip to content

buffr-dev/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a repo with a sample docker compose file for using S3 on your local machine. Save on AWS costs and do not hook up to production when you're just developing!

The intent is to turn this into an actual CLI program, but for now, this does the trick!

Usage

  1. Install Docker CLI
  2. Clone this repository
  3. Set .env variables to something that makes sense for your project. Reference them in your client code to connect to the bucket
  4. Run $ docker compose up. This will:
    • a) Download the minio image if needed
    • b) Startup a minio container
    • c) Create a bucket using the given .env variables

Note: This configuration uses a file-backed s3 store. All uploaded files will be persisted to a minio-data folder. To save disk space, you can delete this when finished. Otherwise, the files will be available for you when you restart the container.

About

Docker utilities for getting a file storage development environment up and running.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors