关于我们
公司博客
- 2011湖北互联网精英联谊会图片播报
- 我公司出席2011武汉市服务外包行业协会、武汉市软件行业协会联合年会
- 我公司成功为国外客户交付Drupal项目
- 伊锐数码参加“HTML5技术分享沙龙”活动
- 伊锐数码CMMI3认证工作正式启动
- 伊锐数码成为信步东方IT服务提供商
- 公司参加“云计算时代的过程改进及武汉市服务外包政策宣讲会”
- 伊锐数码助力客户走向移动互联网!
- 伊锐数码交付 Facebook 应用程序
- 伊锐数码作为软件外包提供商出席上海世博会活动
- 如何将大型 Magento 站点到 1.4以上版本 (公司英文博客)
- 关于 Zend Server 的一些思考 (公司英文博客)
- 如何整合 Zend Studio 及 SVN (公司英文博客)
- Magento 能支持 Amazon S3 吗?
- 最近解决的一个奇怪的 Joomla! 下图片显示问题
Magento 能支持 Amazon S3 吗?
一个美国客户经过我们的协助, 成功的运营了3个基于Magento的电子商务网站。
站点的主要经营商品为虚拟及数字产品 (软件, 视频, PPT素材等), 经过半年的业务增长现有的服务器资源已经不能满足存储需要, 于是询问我们是否能采用现在欧美市场比较火爆的 Amazon S3 云计算和存储服务协助他的系统升级。
正好公司最近也在帮一个来自北欧的大型 ERP 客户做他们 整个平台的 Amazon EC2, Amazon S3, Amazon EBS 迁移方案, 有了一定的知识准备; 同时 Magento, 北欧用户的 ERP 系统, 也正好都是基于 Zend Framework 构建, 而 Zend 也专门提供了相应的 API (http://framework.zend.com/manual/en/zend.service.amazon.s3.html).
云计算最激动人心的好处之一是可以在云供应商的数据中心中运行虚拟机。Amazon 的 EC2 允许架构师和开发人员在云中创建并运行虚拟机映像。可以创建包含您的组织需要的软件和数据的自定义映像,然后可以根据需要运行任意数量的虚拟机副本。
Zend Framework 包含了一些类,可以简化基于云的存储服务的使用. 云计算承诺为用户和应用程序提供不受限制的磁盘空间。在理想的世界中,访问这类存储将和访问本地硬盘一样简便。不幸的是,大多数云存储服务的 基本 API 要求程序员考虑协议和配置细节,而不是简单地处理数据。通过探查 Zend Framework 中的类,它们将使 Amazon 的 S3 云存储服务变成一个真正无限大的硬盘。
于是我们给了客户基于 Magento, Zend 以及 Magento S3 方面的建议。
原文如下:
As you know, I only sell digital products. All products are downloadable.
I am thinking of moving all the products over to Amazon S3 storage and was wandering how I'd connect magento.
I would be keeping magento on a normal Linux server. Is it possible to keep the magento setup I have and have all the downloadable products on S3?
Obviously the system needs to be secure and use some kind of query string authentication.
Do you know how to configure magento to do this?
我们的回复:
Generally, the Amazon S3 is not a internet disk, but a much simpler one. It just have simple authentication, just yourself or all user can download it (only two sorts of authentication), and you couldn't pass any parameter to secure your down-loadable resources, like adding a filter to check whether the user have buy it or not.
So the only solution would be you have to move the whole system on EC2 + EBS, but the performance would be not as good as some VPS, this is the discussion from the community.
背景知识:






