We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb81a3 commit e652ca1Copy full SHA for e652ca1
app/src/main/java/to/bitkit/data/backup/VssBackupsClient.kt
@@ -57,6 +57,9 @@ class VssBackupsClient @Inject constructor(
57
58
post("/putObjects", request)
59
60
+ // VSS uses optimistic concurrency control: when you specify a version, you're saying
61
+ // "update this object only if the current version matches". If successful, VSS
62
+ // increments the version and returns the new version (useVersion + 1)
63
VssObjectInfo(
64
key = key,
65
version = useVersion + 1,
0 commit comments