We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e96d8d commit 893e897Copy full SHA for 893e897
plugins-data.json
@@ -162,7 +162,14 @@
162
"summary": "S3",
163
"version": "0.0.1",
164
"description": "提供兼容 S3 协议的对象存储能力",
165
- "author": "wu-clan"
+ "author": "wu-clan",
166
+ "tags": [
167
+ "storage"
168
+ ],
169
+ "database": [
170
+ "mysql",
171
+ "postgresql"
172
+ ]
173
},
174
"git": {
175
"path": "plugins/s3",
plugins-data.ts
@@ -186,7 +186,14 @@ export const pluginDataList: PluginData[] = [
186
187
188
189
190
191
192
193
194
195
196
197
198
199
0 commit comments