@lucasschirm/devin-session-sync 0.2.59 → 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.
- package/.devin-plugin/plugin.json +1 -1
- package/README.md +2 -1
- package/bin/devin-sync +113 -113
- package/bin/hook +34 -34
- package/bin/session-end +35 -35
- package/bin/session-start +34 -34
- package/bin/watcher +33 -33
- package/package.json +1 -1
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
|
|