Skip to content

Commit

Permalink
bugfix: S3UTILS-154-update-registry-in-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Mar 7, 2024
1 parent b84483f commit 5b5a763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# s3utils
S3 Connector and Zenko Utilities

Run the Docker container as
Run the Docker container as (replace `<tag>` 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:<tag> node scriptName bucket1[,bucket2...]
```

## Trigger CRR on existing objects
Expand Down

0 comments on commit 5b5a763

Please sign in to comment.