VaultSync
8 tools in this family (folder Editor/Tools/VaultSync/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
vaultsync_compute_local_state | read-only | Recursively SHA-256 hash every file under the local vault and compare against |
vaultsync_diff | read-only | List the remote bucket, recompute local hashes, and return three sets: |
vaultsync_download | writes | Download every entry in to_download (from a fresh vaultsync_diff result) into |
vaultsync_full_sync | writes | One-shot bidirectional sync: diff → upload non-conflicting local changes → |
vaultsync_health_check | read-only | Verify the configured S3-compatible endpoint is reachable and the credentials |
vaultsync_resolve_conflict | writes | Resolve a single in-conflict key with one of three strategies. |
vaultsync_set_credentials | writes | Store S3-compatible endpoint, bucket name, access key, and secret key in |
vaultsync_upload | writes | Upload every entry in to_upload (from a fresh vaultsync_diff result) to the |