@lucasschirm/devin-session-sync 0.2.60 → 0.2.61

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": "devin-session-sync",
3
- "version": "0.2.60",
3
+ "version": "0.2.61",
4
4
  "description": "Sync Devin CLI session data to S3-compatible storage.",
5
5
  "author": {
6
6
  "name": "lucasschirm"
package/README.md CHANGED
@@ -100,7 +100,8 @@ Required variables:
100
100
  | `SAL_STORAGE_SECRET_ACCESS_KEY` | AWS secret access key. |
101
101
 
102
102
  See the sync engine documentation for the full option list and LocalStack
103
- configuration.
103
+ configuration. Uploaded objects are gzip-compressed by default; set
104
+ `SAL_DISABLE_GZIP=true` to disable compression.
104
105
 
105
106
  ## What it does
106
107