You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.1 KiB
28 lines
1.1 KiB
<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
|
<plugin> |
|
<id>com.fanruan.fs.s3.repository</id> |
|
<name><![CDATA[S3资源仓库]]></name> |
|
<main-package>com.fanruan.fs</main-package> |
|
<active>yes</active> |
|
<hidden>no</hidden> |
|
<version>1.1.1</version> |
|
<env-version>10.0</env-version> |
|
<jartime>2020-01-27</jartime> |
|
<vendor>richie</vendor> |
|
<description><![CDATA[使用支持S3协议的云存储文件系统作为文件服务器。]]></description> |
|
<change-notes><![CDATA[ |
|
[2020-06-15]支持区域设置。<br/> |
|
[2020-06-12]初始化插件。<br/> |
|
]]></change-notes> |
|
<extra-core> |
|
<LocaleFinder class="com.fanruan.fs.s3.repository.S3LocaleFinder"/> |
|
</extra-core> |
|
<extra-decision> |
|
<WebResourceProvider class="com.fanruan.fs.s3.repository.S3FileServerResource"/> |
|
</extra-decision> |
|
<extra-core> |
|
<ResourceRepositoryFactoryProvider class="com.fanruan.fs.s3.repository.S3FactoryProvider"/> |
|
</extra-core> |
|
<!--功能记录点类--> |
|
<function-recorder class="com.fanruan.fs.s3.repository.S3FactoryProvider"/> |
|
</plugin>
|
|
|