Skip to content
jazzl0ver edited this page Oct 9, 2018 · 16 revisions

Welcome to the yas3fs wiki!

Please share here how you use yas3fs, it can help improve it and understand what can be done with it.

Some references:

  • My personal blog is based on Wordpress and is 100% (PHP code and media content) on yas3fs.
  • The Minnesota Daily is the student newspaper for the University of Minnesota. The site is a Pressflow 6 application running on Amazon Web Services. We use yas3fs to share uploaded images, PDFs of the paper, and other uploaded files between nodes.
  • bitsofinfo is looking to leverage yas3fs as the shared filesystem for cluster app nodes in large GSLB'd installation of Liferay Portal server. yas3fs will hopefully serve as the gateway to this globally distributed file-store, while providing local "CDN like" benefits to each app node via yas3fs's caching and peer node awareness feature via SNS.
  • BitGym processes large video files on EC2/S3. Often times our scripts just need to check some metadata or generate screenshots from the (extremely large) master files. In this case rather than transfer 50GB of video files we can just mount the bucket via yas3fs to do what we need. This has proven far more efficient than s3fs.
  • Gsped is a web application B2B (sorry not publicly available right now, we'll offer a self service version sometimes next year) to manage shipments with express couriers (creating awbs, tracking goods etc). We have started the migration to AWS cloud and we use yas3fs to sync two ftp servers (in DNS failover mode) with the batch machine which updates shipments status.
  • How to use yas3fs with AWS managed encryption - https://github.com/danilop/yas3fs/issues/156

Tools:

Thanks for sharing!

Clone this wiki locally