From 5b5a763cb288062be5e8a52c66cf6ffe17826bee Mon Sep 17 00:00:00 2001 From: Anurag Mittal Date: Thu, 7 Mar 2024 10:52:25 +0100 Subject: [PATCH] bugfix: S3UTILS-154-update-registry-in-readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1460a6fe..8c40286a 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # s3utils S3 Connector and Zenko Utilities -Run the Docker container as +Run the Docker container as (replace `` with the tag of s3utils image to be used) ``` docker run --net=host -e 'ACCESS_KEY=accessKey' -e 'SECRET_KEY=secretKey' -e 'ENDPOINT=http://127.0.0.1:8000' -e 'REPLICATION_GROUP_ID=RG001' -zenko/s3utils node scriptName bucket1[,bucket2...] +registry.scality.com/s3utils/s3utils: node scriptName bucket1[,bucket2...] ``` ## Trigger CRR on existing objects