S3 Get File
Connectors
S3 Get File
Read an S3 object: content, metadata, or a presigned download URL
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
JSON base do node
{
"_nodeType": "s3.getFile",
"bucket": "",
"key": "",
"mode": "presignedUrl",
"presignedExpiresSeconds": 3600,
"maxContentBytes": 0,
"resultKey": "s3File"
}Portas
Entradas
Input
input · control
Saidas
Output
default · control
Error
error · error
Notas de uso
Mode=content returns the object body (text or base64 when binary). Mode=presignedUrl returns a time-limited GET url — prefer this for large files or when forwarding to WhatsApp/Webhooks. Mode=metadata only returns HEAD info.