ToolJet/server/templates/s3-file-explorer/manifest.json
Shubhendra Singh Chauhan 14c29ee92c
Added more templates (#2123)
* Added templates

* added new categories

* removed multiple versions in a template
2022-02-07 18:51:15 +05:30

8 lines
357 B
JSON

{
"name": "S3 File Explorer",
"description": "Display the list of all the buckets in your aws s3 and user can perform operations like reading, downloading, and uploading files to the selected bucket.",
"widgets": ["Table", "File Picker"],
"sources": [{"name": "AWS S3", "id": "s3"}],
"id": "s3-file-explorer",
"category": "product-management"
}