mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
23 lines
684 B
Markdown
23 lines
684 B
Markdown
---
|
|
title: S3 credentials
|
|
description: Documentation for S3 credentials. Use these credentials to authenticate S3 in n8n, a workflow automation platform.
|
|
contentType: integration
|
|
---
|
|
|
|
# S3 credentials
|
|
|
|
You can use these credentials to authenticate the following nodes with S3.
|
|
|
|
- [S3](/integrations/builtin/app-nodes/n8n-nodes-base.s3/)
|
|
|
|
## Prerequisites
|
|
|
|
Create an account on S3 compatible server.
|
|
|
|
## Using Access Token
|
|
|
|
1. Retrieve your S3 endpoint, access key ID, and secret access key from your S3 compatible server.
|
|
2. Use the S3 endpoint, access key ID, and the secret access key in your S3 node credentials in n8n.
|
|
3. Click on the ***Save*** button to save your credentials.
|
|
|