mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-02 07:01:30 -08:00
33991e92d0
Story: https://linear.app/n8n/issue/PAY-839 This is a longstanding bug, fixed now so that the S3 backend for binary data can use execution IDs as part of the filename. To reproduce: 1. Set up a workflow with a POST Webhook node that accepts binary data. 2. Activate the workflow and call it sending a binary file, e.g. `curl -X POST -F "file=@/path/to/binary/file/test.jpg" http://localhost:5678/webhook/uuid` 3. Check `~/.n8n/binaryData`. The binary data and metadata files will be missing the execution ID, e.g. `11869055-83c4-4493-876a-9092c4708b9b` instead of `39011869055-83c4-4493-876a-9092c4708b9b`. |
||
---|---|---|
.. | ||
controllers | ||
ExternalSecrets | ||
middleware | ||
repositories | ||
services | ||
shared | ||
ActiveExecutions.test.ts | ||
ActiveWorkflowRunner.test.ts | ||
CredentialsHelper.test.ts | ||
CredentialTypes.test.ts | ||
CurlConverterHelper.test.ts | ||
execution.lifecycle.test.ts | ||
Helpers.ts | ||
License.test.ts | ||
PermissionChecker.test.ts | ||
PostHog.test.ts | ||
SourceControl.test.ts | ||
Telemetry.test.ts | ||
utils.test.ts | ||
webhooks.test.ts | ||
WorkflowCredentials.test.ts | ||
WorkflowExecuteAdditionalData.test.ts | ||
WorkflowHelpers.test.ts |