承接 aligent/orocommerce-s3mediabundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

aligent/orocommerce-s3mediabundle

Composer 安装命令:

composer require aligent/orocommerce-s3mediabundle

包简介

Amazon S3 Based media storage for Oro Platform (OroCommerce and OroCRM)

README 文档

README

Info

  • composer name: aligent/orocommerce-s3mediabundle

Description

This bundle provides configuration for using S3 buckets for media storage in Oro Platform by configuring the KNPGaufrette Bundle. It will work with both OroCommerce and OroCRM versions based on Oro Platform 6.1.0 and later. For older versions of OroCommerce use one of the older releases of this module.

Parameters

    amazon_s3.bucket_name: s3-bucket-name
    amazon_s3.region: ap-southeast-2
    amazon_s3.key: USER_KEY
    amazon_s3.secret: SUPER_SECRET

The key and secret are optional in an ECS environment, as the ECS credentials provider is used as a fallback if neither of them exist.

Installation Instructions

  1. Install this module via Composer

     composer require aligent/orocommerce-s3mediabundle
    
  2. Create the parameters (above) in your parameters.yml.

  3. Clear cache

     php bin/console cache:clear --env=prod
    

AWS Setup

  1. Create an Amazon S3 bucket. Default settings and permissions are fine, there is no need for the bucket to be public.

  2. Create the following IAM Customer Managed Policy (which grants full access to a single S3 bucket) substituting NameOfBucketHere with your S3 bucket's name:

     {
         "Version": "2012-10-17",
         "Statement": [
             {
                 "Effect": "Allow",
                 "Action": "s3:*",
                 "Resource": [
                     "arn:aws:s3:::NameOfBucketHere",
                     "arn:aws:s3:::NameOfBucketHere/*"
                 ]
             }
         ]
     }
    
  3. Create an IAM user, directly attach your new policy and generate Access and Secret keys. Insert those values into your parameters.yml (see above), clear cache and you're good to go!

Support

If you have any issues with this bundle, please create a pull request with a failing test that demonstrates the problem you've found. If you're really stuck, feel free to open GitHub issue.

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.

Developer

Initial version by Adam Hall adam.hall@aligent.com.au.

Minor tweaks for OroCommerce 3.0 by Jim O'Halloran jim@aligent.com.au

Updates for Oro Platform 4.0, 5.1 & 6.1 by Jim O'Halloran jim.ohalloran@incore.com.au

Licence

MIT

Copyright

(c) 2018-25 Aligent Consulting & Contributors

统计信息

  • 总下载量: 1.56k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 26
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-11-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固