@adminforth/upload 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/build.log +1 -1
- package/package.json +1 -1
- package/types.ts +1 -1
package/README.md
CHANGED
|
@@ -1,2 +1,7 @@
|
|
|
1
|
+
# AdminForth Upload Plugin
|
|
1
2
|
|
|
2
|
-
|
|
3
|
+
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /> <img src="https://woodpecker.devforth.io/api/badges/3848/status.svg" alt="Build Status" /> <a href="https://www.npmjs.com/package/@adminforth/upload"> <img src="https://img.shields.io/npm/dt/@adminforth/upload" alt="npm downloads" /></a> <a href="https://www.npmjs.com/package/@adminforth/upload"><img src="https://img.shields.io/npm/v/@adminforth/upload" alt="npm version" /></a> <a href="https://www.npmjs.com/package/@adminforth/upload">
|
|
4
|
+
|
|
5
|
+
Allows to upload files to Amazon S3 bucket from adminforth application.
|
|
6
|
+
|
|
7
|
+
## For usage, see [AdminForth Upload Documentation](https://adminforth.dev/docs/tutorial/Plugins/upload/)
|
package/build.log
CHANGED
package/package.json
CHANGED