2020-11-28 10:46:27 +08:00
# minio s3
2020-11-28 10:52:58 +08:00
## Features
2021-12-10 02:18:17 +08:00
2020-11-28 10:52:58 +08:00
Auto generate keys on server creation bypassing default minio keys
2021-01-12 04:34:30 +08:00
## Update
2021-12-10 02:18:17 +08:00
2021-01-12 04:34:30 +08:00
Auto update minio to latest version using "update" startup feature
2020-11-28 10:52:58 +08:00
Automatic Key rotation using "rotate" startup feature
## Auto Rotate
2021-12-10 02:18:17 +08:00
It's possible to rotate your keys by changing the startup option to "rotate"
2020-11-28 10:52:58 +08:00
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
2021-12-10 02:18:17 +08:00
### Key rotation is handled automatically, DO NOT manually delete files in keys directory