| 14 Jul 2025 |
Arian | https://releases.nixos.org/?prefix=nixpkgs/
Shows all channel bumps | 19:36:36 |
dramforever | it's a little bit annoying | 19:37:24 |
dramforever | that page is just a javascript that pulls from s3 | 19:37:34 |
Arian | Visiting that website literally equivalent to listing the bucket iirc .
I think the cost here is neglibile and you can probably just do listBucket on the bucket directly? | 19:37:46 |
dramforever | yeah just use your favorite s3 library | 19:38:35 |
dramforever | to handle like pagination and stuff | 19:38:48 |
Arian | `aws s3 ls s3://nix-releases --region us-east-1 --no-sign-request` should work | 19:40:24 |
Zhaofeng Li | Yeah, that's why I asked whether listing is fine | 19:41:09 |
dramforever | just pull it less often | 19:41:35 |
Arian | Yeh should be totally fine
It's $0.005 per 1000 ListObject requests.
Each ListObject returns 1000 results.
| 19:46:19 |
Arian | So listing a million objects costs us half a cent | 19:46:54 |
| Matthew Kenigsberg joined the room. | 20:23:20 |
Matthew Kenigsberg | Mic92: thanks for the help on https://github.com/NixOS/nixos-homepage/issues/1614! We'll need a GH action to upload artifacts to gh-releases.nixos.org - how should I authenticate to gh-releases.nixos.org? | 20:26:13 |
Mic92 | @matthewkenigsberg:matrix.org: we renamed it to artifacts.nixos.org | 21:24:35 |
Mic92 | One just upload to GitHub | 21:24:51 |
Matthew Kenigsberg | Like with actions/upload-artifact@v4? And that will end up on http://artifacts.nixos.org/? | 21:27:51 |
hexa | shock-wave: mail delivery seems to be working again | 21:38:33 |
Mic92 | @matthewkenigsberg:matrix.org: https://github.com/NixOS/infra/blob/b2cb376a37b84e82c9a2dd16a575a02b445b8b41/terraform/artifacts.tf#L3 | 21:53:03 |
| 15 Jul 2025 |
shock-wave | Yep its working, thanks to everyone who helped out. | 07:03:44 |
| 17 Jul 2025 |
Arian | Fun fact. We're gonna hit 1 billion objects in our S3 bucket very soon. we're at 99997034 now | 10:29:18 |