Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: typo and deadlink #2380

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ In order to test the Metrics feature locally in a [Kind](https://kind.sigs.k8s.i
## Storage Drivers

Beside filesystem storage backend, zot also supports S3 storage backend, check below url to see how to configure it:
- [s3 config](https://github.com/docker/docker.github.io/blob/master/registry/storage-drivers/s3.md): A driver storing objects in an Amazon Simple Storage Service (S3) bucket.
- [s3 config](https://github.com/docker/docker.github.io/blob/master/registry/storage-drivers/s3.md): A driver storing objects in an Amazon Simple Storage Service (S3) bucket. **_[ NO DOCUMENTATION --- DEAD LINK ] MAYBE THIS ONE BUT NO EXPLICIT S3 Documentation : https://github.com/docker/docs/tree/main/content/storage -- there is this : https://github.com/docker/docs/blob/5f94cb4f31535cef234fd52c5268660a7c4fe514/content/build/cache/backends/s3.md#L4 but not convinient_**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


For an s3 zot configuration with multiple storage drivers see: [s3-config](config-s3.json).

Expand Down Expand Up @@ -756,6 +756,7 @@ The following AWS policy is required by zot for push and pull. Make sure to repl
"accesskey": "<YOUR_ACCESS_KEY_ID>",
"secretkey": "<YOUR_SECRET_ACCESS_KEY>"
}
}
```

There are multiple ways to specify S3 credentials besides config file:
Expand Down
Loading