-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minio S3 Compabilty #476
Comments
The reason i closed this, is somehow the default s3 setup works fine, maybe the error i used to get because wrong minio setup. But it better to have additional option that nothing at all. I hope someone else can replicate and confirm it that it already worked fine. My ENV
And the config/filesystem.php is default.
|
Good to know it works without changes. I just added some more configuration options in case anyone needs them. |
Is your feature request related to a problem? Please describe.
not everyone will or want to pay for s3, self hosted minio become alternative
Describe the solution you'd like
Add usabilty with self hosted S3 with minio
Describe alternatives you've considered
I already modified some code to
config/filesystem.php
to enable upload to local s3 and it work fine, need further test.Additional context
Basically this enable old style aws
https://url/bucketname
, instead new style aws urlhttps://bucketname.s3.amazon...
and disable SSLhttps
protocol.The text was updated successfully, but these errors were encountered: