artgris / FileManagerBundle

FileManager is a simple Multilingual File Manager Bundle for Symfony
MIT License
171 stars 89 forks source link

AWS S3 support #77

Closed vincentcox closed 3 years ago

vincentcox commented 3 years ago

Hello Artgris,

I was wondering if it is possible to get this working with S3 buckets. Currently it saves everything locally.

I was thinking if I would replace every file_put_contents (or fopen) function to an aws upload function would that do the trick? Or will the application break most likely?

Screenshot 2020-10-29 at 14 56 14
artgris commented 3 years ago

I don't know I don't use S3 buckets. Give it a try

damarinov1 commented 2 years ago

@vincentcox Did you manage to make it working with s3 buckets. If yes, can you share more info?