You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/cli/configuration/settings/pro.mdx
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ settings:
53
53
base_url: "https://app.cloudposse.com"
54
54
endpoint: "api/v1"
55
55
workspace_id: "your-workspace-id"
56
+
max_payload_bytes: 4194304
56
57
github_oidc:
57
58
request_url: ""
58
59
request_token: ""
@@ -101,6 +102,14 @@ settings:
101
102
- **Environment Variable:** `ATMOS_PRO_TOKEN`
102
103
</dd>
103
104
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
+
104
113
<dt>`settings.pro.github_oidc.request_url`</dt>
105
114
<dd>
106
115
GitHub Actions OIDC token request URL. Automatically set in GitHub Actions via the `ACTIONS_ID_TOKEN_REQUEST_URL` environment variable.
0 commit comments