Skip to content

iandday/minio-keygen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minio-keygen

CI/CD Status: Main Branch | Development Branch

Generate MinIO keys using Python. This project was created to learn GitHub Actions, Python packaging, and entrypoints.

Example

ian@Ians-MBP minio-keygen % minio-keygen                                   
Key: S9EITflKfJs4pAcOO1o
Secret: vFMzAqChF1PZea_6CMH0vmmcZglziMqDR2zXmtxI

Releasing


   # Set next version number
   export RELEASE=vx.x.x

   # Create tags
   git commit --allow-empty -m "Release $RELEASE"
   git tag -a $RELEASE -m "$RELEASE"

   # Push
   git push --tags

About

Generate MinIO keys using Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages