eggs/storage/minio/README.md

23 lines
725 B
Markdown
Raw Normal View History

2020-11-28 10:46:27 +08:00
# minio s3
2020-11-28 10:52:58 +08:00
## Features
Auto generate keys on server creation bypassing default minio keys
Automatic Key rotation using "rotate" startup feature
## Auto Rotate
It's possible to rotate your keys by changing the startup option to "rotate"
Once this is changed restart your server and it will automatically move your current keys to old and create your new keys
Be sure to change your startup back to "normal" once you have started your server using "rotate". This will ensure that you don't accidentally rotate your keys twice
2020-11-28 10:46:27 +08:00
## Known Issues
2020-11-28 10:52:58 +08:00
2020-11-28 10:53:36 +08:00
Double encryption may occur if you manually manipulate files in the keys directory
2020-11-28 10:46:27 +08:00
2020-11-28 10:53:36 +08:00
#### Key rotation is handled automatically, DO NOT manually delete files in keys directory