File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22<p align =" center " > This is a Flysystem adapter for the Aliyun OSS ~2.3 </p >
33
44# Inspired By
5- [ overtrue/flysystem-qiniu] ( https://github.com/overtrue/flysystem-qiniu )
6- [ apollopy/flysystem-aliyun-oss] ( https://github.com/apollopy/flysystem-aliyun-oss )
5+ - [ overtrue/flysystem-qiniu] ( https://github.com/overtrue/flysystem-qiniu )
6+ - [ apollopy/flysystem-aliyun-oss] ( https://github.com/apollopy/flysystem-aliyun-oss )
77
88# Installation
99
@@ -88,7 +88,7 @@ edit the config file: config/filesystems.php
8888 'access_id' => 'xxxxxxxxxxxx', // Aliyun OSS AccessKeyId
8989 'access_key' => 'xxxxxxxxxxxxxxxxxxxxxx', // Aliyun OSS AccessKeySecret
9090 'bucket' => 'xxxxxxxxxx', // OSS bucket name
91- 'endpoint' => 'xxxxxxxxx', // OSS 外网节点或自定义外部域名
91+ 'endpoint' => 'xxxxxxxxx', // OSS 节点或自定义外部域名
9292 'domain' => 'http://static.demo.com/', // CDN domain
9393],
9494```
You can’t perform that action at this time.
0 commit comments