Joined May 2013
·
Posted to
如何掛載 AWS S3 到 AWS EC2 Instance - 環境安裝部份
over 1 year
ago
I will share the upload application recently when I complete.
Posted to
如何掛載 AWS S3 到 AWS EC2 Instance - 環境安裝部份
over 1 year
ago
Hi, @leopard1467 , I didn't compare the performance. But I will implement a simple upload application to feel the performance recently. One use s3 api to upload file, and one use the s3fs. But most of all, I think it's convenient to manipulate file with the s3fs. When we need to convert file like mp3, we need an convenient way to access file.
Achievements
680 Karma
113,199 Total ProTip Views
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Nephila Komaci 3
Have at least three original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
@leopard1467 I implement a simple upload application here, http://www.fukuball.com/show-case/s3-upload , the s3fs mode is slightly faster than s3 API.