From 254962374c55fe77154bef3f3f71e79059484e81 Mon Sep 17 00:00:00 2001 From: Anis Elleuch Date: Tue, 21 Nov 2023 16:53:19 -0800 Subject: [PATCH] Add snowball to batch replicate template --- batch-job.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/batch-job.go b/batch-job.go index 4e358f1..1390c2b 100644 --- a/batch-job.go +++ b/batch-job.go @@ -64,6 +64,13 @@ const BatchJobReplicateTemplate = `replicate: accessKey: ACCESS-KEY # Required secretKey: SECRET-KEY # Required # sessionToken: SESSION-TOKEN # Optional only available when rotating credentials are used + snowball: # automatically activated if the source is local + disable: false # optionally turn-off snowball archive transfer + batch: 100 # upto this many objects per archive + inmemory: true # indicates if the archive must be staged locally or in-memory + compress: false # S2/Snappy compressed archive + smallerThan: 5MiB # create archive for all objects smaller than 5MiB + skipErrs: false # skips any source side read() errors # target where the objects must be replicated target: