@lucasschirm/claude-session-sync 0.2.60 → 0.2.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-session-sync",
3
- "version": "0.2.60",
3
+ "version": "0.2.62",
4
4
  "description": "Sync Claude Code session data to S3-compatible storage.",
5
5
  "author": {
6
6
  "name": "lucasschirm"
package/README.md CHANGED
@@ -347,6 +347,7 @@ shell before launching `claude`.
347
347
  | `SAL_STORAGE_SESSION_TOKEN` | _(none)_ | Temporary AWS session token (for STS credentials). |
348
348
  | `SAL_SYNC_DISABLED` | `false` | Set to `true` to fully disable synchronization. |
349
349
  | `SAL_CAPTURE_TRANSCRIPTS` | `true` | Set to `false` to skip transcript capture (config still syncs). |
350
+ | `SAL_DISABLE_GZIP` | `false` | Set to `true` to upload objects without gzip compression. |
350
351
  | `SAL_SYNC_TIMEOUT` | `30000` | Per-upload timeout in milliseconds. |
351
352
  | `SAL_SYNC_RETRIES` | `3` | Number of retry attempts on upload failure. |
352
353
  | `SAL_SESSION_END_BUDGET_MS` | `120000` | Time budget for the final SessionEnd sync in milliseconds. |