因此,我想尝试利用Heroku作为我的服务器,然而她的oku不允许书写其档案系统。 相反,我需要利用亚马孙S3等数据库储存上载图像等物品。
问题是,在发展时,我常常没有互联网接入。 互联网接入非常差。 因此,亚马孙S3的发育是不切实际的。 是否有一条离线版本,以便我的当地机器能够发挥S3云的作用,在测试/生产环境中,我能够使用真正的S3?
因此,我想尝试利用Heroku作为我的服务器,然而她的oku不允许书写其档案系统。 相反,我需要利用亚马孙S3等数据库储存上载图像等物品。
问题是,在发展时,我常常没有互联网接入。 互联网接入非常差。 因此,亚马孙S3的发育是不切实际的。 是否有一条离线版本,以便我的当地机器能够发挥S3云的作用,在测试/生产环境中,我能够使用真正的S3?
我的建议是尝试s3fs与rsync。 在这方面,它将如何工作:
视需要改变当地机器。 酌情在您的当地箱子上ry/mnt/sdaX/到/mnt/sdaY。
我认识到,这很复杂,但我并不相信,在这两个地方保持同一组合的同时,确实有其他办法这样做。 通常,我说,你只应该写到能够在当地使用的三轮驱动器上,但我不敢肯定你在网上返回时会发生什么情况(Im prettyure it don t sync,但我接着说,asked s3fers develop)。
最好
Zach
远距离录像制作人
旧问题,但想说,现在有一种“Fake S3”工具,似乎是为了这样做。 只是想给它一个 whi。
https://github.com/jubos/fake-s3”rel=“noreferer”>https://github.com/jubos/fake-s3
审视:
然而,要让它们运作起来可能有些工作。 我最后想用 no子来写我自己的衣物,但是,它已经远离原来的S3APIC,因此,它实际上不再帮助你。
I am implementing a Hadoop Map reduce job that needs to create output in multiple S3 objects. Hadoop itself creates only a single output file (an S3 object) but I need to partition the output into ...
I m try to host videos on S3 and to put data transfer limits so I don t get charged for more than say 20GB, any way to do that?
I m using the PHP S3 class and this backup script to backup ~500Mb file from Linux server to S3. The call to s3 gets stuck (never returns) and top shows httpd process which consumes 100% CPU and 1% ...
I have an S3 Bucket that holds static content for all my clients in production. I also have a staging environment which I use for testing before I deploy to production. I also want the staging ...
I m looking to confirm or refute the following: For what I have read so far it is not possible to write a web application with only javascript -- no server side logic -- served from Amazon S3 that ...
If I have existing files on Amazon s S3, what s the easiest way to get their md5sum without having to download the files?
I want to use Amazon S3/CloudFront to store flash files. These files must be private as they will be accessed by members. This will be done by storing each file with a link to Amazon using a mysql ...
My app is hosted on an Amazon EC2 cluster. Each instance writes events to log files. I need to collect (and data mine) over these logs at the end of each day. What s a recommended way to collect these ...