开发者

uploading to amazon S3 - kohana

开发者 https://www.devze.com 2023-02-04 21:02 出处:网络
Im building an app using kohana. I need to be able to upload files directly to S3. Can you advise on a S3 helper f开发者_开发百科or kohana?

Im building an app using kohana. I need to be able to upload files directly to S3. Can you advise on a S3 helper f开发者_开发百科or kohana?

Thanks


Someone wrote a module for Kohana using the AWS PHP SDK. You can find it here : https://github.com/jylinman/kohana-aws


I would highly recommend using the AWS PHP SDK.

  • It is not specific to kohana and will work on any platform.
  • It is really easy to use, especially with S3.
  • There is minimal setup, and it is really well documented.
0

精彩评论

暂无评论...
验证码 换一张
取 消