|
|
|
|
|
by hhandoko
3585 days ago
|
|
I switched from Fake S3 [1] to Minio for local development. Fast and lightweight, good experience so far :) Easy to setup with Vagrant, and linking / sharing the Minio shared folder to the host makes it quite convenient to quickly check the files without going to the UI [2]. [1] - https://github.com/jubos/fake-s3 [2] - It stores the files as-is in the local filesystem (files in folders, unchanged), as opposed to having it 'wrapped' like Fake S3 does. |
|