Amazon S3独立存根服务器

时间:2020-03-06 14:20:43  来源:igfitidea点击:

我似乎回想起有关Amazon S3兼容测试服务器的信息,我们可以在自己的服务器上运行该服务器以进行单元测试或者其他任何操作。但是,我已经用尽了耐心在Google和AWS上寻找这一点。这样的事情存在吗?如果没有,我想我会写一个。

注意:我要问的是Amazon S3(存储系统),而不是Amazon EC2(云计算)。

解决方案

Amazon使用Xen,因此我们可能只需在自己的Xen安装中运行AMI。不过,我只是启动一个实例并在其中运行测试。它的成本不高,通常应该在本地进行开发,并且很少在其系统上对其进行测试。

桉树http://eucalyptus.cs.ucsb.edu/

EUCALYPTUS - Elastic Utility Computing
  Architecture for Linking Your Programs
  To Useful Systems - is an open-source
  software infrastructure for
  implementing "cloud computing" on
  clusters. The current interface to
  EUCALYPTUS is compatible with Amazon's
  EC2 interface, but the infrastructure
  is designed to support multiple
  client-side interfaces.

请注意,根据文档,Eucalypus不仅包括EC2接口的重新实现,还包括S3存储系统的重新实现。该存储组件称为Walrus。 (http://open.eucalyptus.com/wiki/EucalyptusUserGuide_v1.5.2)

我们在想公园广场吗?

仅供参考,其旧主页现在离线。

公园广场已移至github:
http://github.com/technoweenie/parkplace