Skip to content

Commit d4b24d6

Browse files
committed
docs: add max_payload_bytes to Atmos Pro configuration reference
1 parent ccea3d4 commit d4b24d6

File tree

1 file changed

+9
-0
lines changed
  • website/docs/cli/configuration/settings

1 file changed

+9
-0
lines changed

website/docs/cli/configuration/settings/pro.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ settings:
5353
base_url: "https://app.cloudposse.com"
5454
endpoint: "api/v1"
5555
workspace_id: "your-workspace-id"
56+
max_payload_bytes: 4194304
5657
github_oidc:
5758
request_url: ""
5859
request_token: ""
@@ -101,6 +102,14 @@ settings:
101102
- **Environment Variable:** `ATMOS_PRO_TOKEN`
102103
</dd>
103104

105+
<dt>`settings.pro.max_payload_bytes`</dt>
106+
<dd>
107+
Maximum payload size (in bytes) before Atmos automatically chunks upload requests to Atmos Pro. When `atmos describe affected --upload` or `atmos list instances --upload` produces a payload larger than this threshold, it is split into multiple smaller requests with batch metadata for server-side reassembly.
108+
109+
- **Type:** `integer`
110+
- **Default:** `4194304` (4 MB)
111+
</dd>
112+
104113
<dt>`settings.pro.github_oidc.request_url`</dt>
105114
<dd>
106115
GitHub Actions OIDC token request URL. Automatically set in GitHub Actions via the `ACTIONS_ID_TOKEN_REQUEST_URL` environment variable.

0 commit comments

Comments
 (0)