Skip to content

Commit

Permalink
bugfix: S3UTILS-154-update-readme-image-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Mar 7, 2024
1 parent 6c95e3c commit 566098d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ S3 Connector and Zenko Utilities

Run the Docker container as
```
docker run --net=host -e 'ACCESS_KEY=accessKey' -e 'SECRET_KEY=secretKey' -e 'ENDPOINT=http://127.0.0.1:8000' zenko/s3utils node scriptName bucket1[,bucket2...]
docker run --net=host -e 'ACCESS_KEY=accessKey' -e 'SECRET_KEY=secretKey' -e 'ENDPOINT=http://127.0.0.1:8000' registry.scality.com/s3utils/s3utils:<tag> node scriptName bucket1[,bucket2...]
```

## Trigger CRR on existing objects
Expand Down

0 comments on commit 566098d

Please sign in to comment.