English 中文(简体)
F. 亚马孙流域
原标题:Offline Amazon S3 [closed]
  • 时间:2010-07-20 16:10:21
  •  标签:
  • amazon-s3
Closed. This question is off-topic. It is not currently accepting answers.

Closed 10 years ago.

因此,我想尝试利用Heroku作为我的服务器,然而她的oku不允许书写其档案系统。 相反,我需要利用亚马孙S3等数据库储存上载图像等物品。

问题是,在发展时,我常常没有互联网接入。 互联网接入非常差。 因此,亚马孙S3的发育是不切实际的。 是否有一条离线版本,以便我的当地机器能够发挥S3云的作用,在测试/生产环境中,我能够使用真正的S3?

最佳回答

我的建议是尝试s3fs与rsync。 在这方面,它将如何工作:

  1. Mount your s3 drive to /mnt/sdaX/ on your production machine and /mnt/sdaY/ on your local machine.
  2. Create a file system at /mnt/sdaX/ on your local machine.

视需要改变当地机器。 酌情在您的当地箱子上ry/mnt/sdaX/到/mnt/sdaY。

我认识到,这很复杂,但我并不相信,在这两个地方保持同一组合的同时,确实有其他办法这样做。 通常,我说,你只应该写到能够在当地使用的三轮驱动器上,但我不敢肯定你在网上返回时会发生什么情况(Im prettyure it don t sync,但我接着说,asked s3fers develop)。

最好

Zach

远距离录像制作人

问题回答

审视:

然而,要让它们运作起来可能有些工作。 我最后想用 no子来写我自己的衣物,但是,它已经远离原来的S3APIC,因此,它实际上不再帮助你。





相关问题
how to debug curl call to amazon s3 when it get stuck

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% ...

Synchronizing S3 Folders/Buckets [closed]

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 ...

Pure Javascript app + Amazon S3?

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 ...

Using a CDN like Amazon S3 to control access to media

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 ...

What s a good way to collect logs from Amazon EC2 instances?

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 ...

热门标签