Skip to content
Merged
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
2 changes: 1 addition & 1 deletion docs/deployment/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ To re-index an S3 bucket, you can use the `rattler-index` package which is avail
pixi exec rattler-index s3 s3://my-s3-bucket/my-channel \
--endpoint-url https://my-s3-host \
--region us-east-1 \
--force-path-style \
--addressing-style path \
--access-key-id <access-key-id> \
--secret-access-key <secret-access-key>
```