0

So one of my colleagues recommended me to use Minio as my File Storage.

I research about it but there is not enough resources on the net to keep me going. I found KNPGaufretteBundle which has Amazon S3 Adapter. Minio is compatible with Amazon S3, so can I use it?

Thanks!

iamjc015
  • 2,127
  • 6
  • 25
  • 61
  • Flysystem is the main PHP filesystem abstraction and their S3 driver also works with Digital Ocean's Spaces, which are API compatible with S3, so I would look at that. Flysystem has integrations for most frameworks. – Matthew Daly Nov 25 '17 at 13:48
  • I run minio using docker, now when I tried to upload, it say that my bucket dosent exist, well in fact i created it on minio browser. Is there a way I can specify the host? – iamjc015 Nov 25 '17 at 14:34

2 Answers2

0

aws-sdk-php works fine with minio so you should be able to use KNPGaufretteBundle with minio.

You can also look at laralvel support as well.

Harshavardhana
  • 1,400
  • 8
  • 17
0

In one of my previous projects I used flysystem package that has many adapters, including S3. This is best I think because it adds to your source code nice abstraction layer.

Arkemlar
  • 380
  • 4
  • 12