Skip to content

Commit

Permalink
Add snowball to batch replicate template (#249)
Browse files Browse the repository at this point in the history
Co-authored-by: Anis Elleuch <[email protected]>
  • Loading branch information
vadmeste and Anis Elleuch authored Nov 22, 2023
1 parent cd338c9 commit be1dc76
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions batch-job.go
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit be1dc76

Please sign in to comment.