init managetoken

This commit is contained in:
Waylon Walker 2025-11-03 08:35:09 -06:00
parent a75fc49d9f
commit 983a9594e9
3 changed files with 194 additions and 1 deletions

View file

@ -1,6 +1,15 @@
# try-rustfs
Looking for a minio alternative and trying out rustfs
Looking for a minio alternative and trying out rustfs. Currently all the
operations are documented in the justfile.
Startup time is insane... I also checked minio, and it is also crazy fast, I
did not realize how fast these things can start up.
``` bash
just start list-buckets list-dropper 0.81s user 0.29s system 73% cpu 1.494 total
just list-buckets list-dropper 0.67s user 0.22s system 74% cpu 1.203 total
```
## .env
@ -9,3 +18,9 @@ this would be a bad idea for anything connected to the internet. This only
ever only ever ran on my local system.
**never** commit real secrets to your repo.
## Token Management
I ran into issues using the `mcli` to manage tokens. I'm working on creating
something based on a request in the console. Gippity created managetoken.py
for me based on the request.