init managetoken
This commit is contained in:
parent
a75fc49d9f
commit
983a9594e9
3 changed files with 194 additions and 1 deletions
17
README.md
17
README.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue