Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.38 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.38 KB

Alibaba OSS for Craft CMS icon

Alibaba OSS for Craft CMS

This plugin provides an Alibaba OSS integration for Craft CMS.

Requirements

This plugin requires Craft CMS 4.0 or later.

Installation

You can install this plugin from the Plugin Store or with Composer.

From the Plugin Store

Go to the Plugin Store in your project’s Control Panel and search for “Alibaba OSS”. Then press Install in its modal window.

With Composer

Open your terminal and run the following commands:

# go to the project directory
cd /path/to/my-project.test

# tell Composer to load the plugin
composer require craftcms/alibaba-oss

# tell Craft to install the plugin
./craft plugin/install alibaba-oss

Setup

To create a new Alibaba OSS filesystem to use with your volumes, visit SettingsFilesystems, and press New filesystem. Select “Alibaba OSS” for the Filesystem Type setting and configure as needed.

💡 The Access Key ID, Access Key Secret, Bucket, Region and Subfolder settings can be set to environment variables. See Environmental Configuration in the Craft docs to learn more about that