From 527d8d3c5b4dfdca29f8011c26f689cb16e8f81f Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Fri, 21 Feb 2025 01:05:40 -0800 Subject: [PATCH] update largest object size per snowball archive to 256KiB --- .github/workflows/vulncheck.yml | 2 +- batch-job.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/vulncheck.yml b/.github/workflows/vulncheck.yml index 5d3bfe91..19ec3491 100644 --- a/.github/workflows/vulncheck.yml +++ b/.github/workflows/vulncheck.yml @@ -10,7 +10,7 @@ on: branches: - master - main - v3 + - v3 jobs: vulncheck: diff --git a/batch-job.go b/batch-job.go index 481273c0..92a7bb87 100644 --- a/batch-job.go +++ b/batch-job.go @@ -69,7 +69,7 @@ const BatchJobReplicateTemplate = `replicate: 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 + smallerThan: 256KiB # create archive for all objects smaller than 256KiB skipErrs: false # skips any source side read() errors # target where the objects must be replicated