I've been trying to hook up to S3 using the built-in filestorage and the s3 driver with no success.
I'm developing on local, so I'm wondering if that could be the issue? I've also seen on Flysystem website that the config array differs from the one used in Laravel?!
I keep getting curl permission and/or timeout errors.
@antlusher You need to make sure your S3 is publicly available if you want to access it from your local environment. In general if you just follow the instructions in the docs it should work out of the box!
It does not need to be public, but you do need to setup an IAM account for the bucket so that the account credentials can be added to your flysystem settings.