External Storage allows you to offload large payloads to an external store (e.g. Amazon S3) and pass a much smaller reference token through your Temporal Event History instead. With zero changes to your application code, you can configure the claim check pattern to bypass the existing 2 MB per-payload size limit on the Temporal Service and help keep your workflow history sizes manageable. You can also easily download payloads from the Temporal UI for debugging.