Skip to content

Commit c2faa17

Browse files
lennessyyCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 0f9df3b commit c2faa17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/develop/go/best-practices/data-handling/external-storage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ follow. Only the driver setup differs between the two. Everything after that is
161161
business logic. Both drivers upload and download payloads concurrently, and verify a SHA-256 hash of the contents on
162162
retrieve. Each driver rejects any single payload larger than `MaxPayloadSize`, which defaults to 50 MiB.
163163

164-
The hash forms part of the object key, along with the Namespace, Workflow, and Run ID. When one Workflow Run passes
164+
The hash forms part of the object key, along with the Namespace, Workflow Id, and Run Id. When one Workflow Run passes
165165
the same payload to several Activities, the key is identical each time, so the driver uploads the payload once and
166166
the later writes reuse that object. A different Run, Workflow, or Namespace produces a different key, so it stores
167167
its own copy even when the bytes are identical. Storage therefore scales with the number of Runs, not with how many

0 commit comments

Comments
 (0)