From 8aaca37a2bed21599d99cefcfcc076eec8cdc3b2 Mon Sep 17 00:00:00 2001 From: Mark Feit Date: Thu, 18 Jan 2018 08:30:00 -0500 Subject: [PATCH] Added note about Wasabi dependency. --- src/duplicacy_s3storage.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/duplicacy_s3storage.go b/src/duplicacy_s3storage.go index 01d5e9f..e29af95 100644 --- a/src/duplicacy_s3storage.go +++ b/src/duplicacy_s3storage.go @@ -2,6 +2,11 @@ // Free for personal use and commercial trial // Commercial use requires per-user licenses available from https://duplicacy.com +// NOTE: The code in the Wasabi storage module relies on all functions +// in this one except MoveFile(), IsMoveFileImplemented() and +// IsStrongConsistent(). Changes to the API here will need to be +// reflected there. + package duplicacy import (