A s3 disk driver for facades.Storage() of Goravel.
Run the command below in your project to install the package automatically:
./artisan package:install github.com/goravel/s3
Or check the setup file to install the package manually.
Run command below to run test:
AWS_ACCESS_KEY_ID= AWS_ACCESS_KEY_SECRET= AWS_REGION= AWS_BUCKET= AWS_URL= go test ./...