Flysystem Abstract the filesystem - Makes it easier to test - Makes your code independent of the filesystem, f.e.: - Production uses S3 - Development uses local files
Summary - Less manual steps, eliminate the humans - Lose the fear: test your stuff - Deploy more often, don't postpone - Deployment shouldn't cause downtime - A deployment should be repeatable