davidyell / CakePHP-Proffer

An upload plugin for CakePHP 3
MIT License
117 stars 63 forks source link

Upload to aws s3 #281

Closed lrnzfrr closed 4 years ago

lrnzfrr commented 4 years ago

is there a best practice to upload / transfer to aws s3?

davidyell commented 4 years ago

No sorry, the plugin does not support AWS. The friendsofcake/cakephp-upload plugin allows for custom writer classes which you could use with phpleague/fly-system to upload to AWS.

Hope this helps.

lrnzfrr commented 4 years ago

No sorry, the plugin does not support AWS. The friendsofcake/cakephp-upload plugin allows for custom writer classes which you could use with phpleague/fly-system to upload to AWS.

Hope this helps. yes i'm using cakephp-upload! Anyway thanks for your great plugin!