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

docs: Add rattler-index s3 documentation #3175

Merged
merged 2 commits into from
Feb 28, 2025
Merged
Changes from 1 commit
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
12 changes: 4 additions & 8 deletions docs/advanced/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@ force-path-style = false
You can upload to S3 using `rattler-build upload s3`.
For more information, see [rattler-build's documentation](https://rattler.build/latest/authentication_and_upload/#s3).

<!-- TODO: uncomment once implemented

### Re-indexing S3 buckets after uploading new packages

Every time you upload new packages to your package repository, the `repodata.json` file needs to be updated.
Expand All @@ -252,10 +250,8 @@ To re-index an S3 bucket, you can use the `rattler-index` package which is avail
```shell
pixi exec rattler-index s3 s3://my-s3-bucket/my-channel \
--endpoint-url https://my-s3-host \
--region us-east-1 \
--force-path-style true \
--access-key-id <access-key-id> \
--secret-access-key <secret-access-key>
--region us-east-1 \
--force-path-style true \
--access-key-id <access-key-id> \
--secret-access-key <secret-access-key>
```

-->