Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)