Pular para o conteúdo principal

S3 Upload File

Connectors

S3 Upload File

Upload a file to AWS S3

Node types3.uploadFile
CategoriaConnectors
Setups obrigatoriosaws

Painel de configuracao

Esta visualizacao usa o frontend real do ConfigPanel em modo embed, carregando um no de exemplo com o JSON base desta documentacao.

Preview real do painel

Nao foi possivel carregar o painel embedado automaticamente.

JSON base do node
{
  "_nodeType": "s3.uploadFile",
  "bucket": "",
  "key": "",
  "contentSource": "text",
  "content": "",
  "contentType": "",
  "acl": "",
  "generatePresignedUrl": false,
  "presignedExpiresSeconds": 3600,
  "resultKey": "s3Upload"
}

Portas

Entradas

Input
input · control

Saidas

Output
default · control
Error
error · error

Notas de uso

Uploads content to an S3 bucket. Source can be base64 string, text, a remote URL (fetched by the engine) or a reference to the DataBag (e.g. {{local.file}} resolving to a base64 payload).