Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedricziel/n8n-nodes-minio
MinIO nodes for n8n
https://github.com/cedricziel/n8n-nodes-minio
n8n-node n8n-nodes
Last synced: 4 days ago
JSON representation
MinIO nodes for n8n
- Host: GitHub
- URL: https://github.com/cedricziel/n8n-nodes-minio
- Owner: cedricziel
- License: mit
- Created: 2023-12-10T13:24:47.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-10-08T08:43:33.000Z (29 days ago)
- Last Synced: 2024-10-12T23:28:41.332Z (24 days ago)
- Topics: n8n-node, n8n-nodes
- Language: TypeScript
- Homepage:
- Size: 732 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# n8n-nodes-_node-name_
This is an n8n community node. It lets you use the minio client library in your n8n workflows.
The primary motivation was to create an easy way to create pre-signed URLs easily.
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
[Installation](#installation)
[Operations](#operations)
[Credentials](#credentials)
[Compatibility](#compatibility)
[Usage](#usage)
[Resources](#resources)## Installation
Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes/installation/) in the n8n community nodes documentation.
## Operations
### Objects
* `presignedGetObject` - create a presigned URL for an object
* `presignedPutObject` - create a presigned upload URL for an object## Credentials
To use the minio credentials, you'll need to provide the following:
* Access Key
* Secret Key
* Endpoint## License
[MIT](./LICENSE.md)