minio / docs

MinIO Object Storage Documentation
https://docs.min.io/minio/baremetal
Creative Commons Attribution 4.0 International
541 stars 289 forks source link

[BUG] Server-Side Encryption with Client-Managed Keys example uses deprecated flag #1259

Closed LenzGr closed 2 days ago

LenzGr commented 2 days ago

Describe the bug The documentation Server-Side Encryption with Client-Managed Keys (SSE-C) provides CLI examples that use the --encrypt-key flag, which seems to be deprecated.

Running the command with this option returns an error:

mc: <ERROR> a deprecated Flag: '--encrypt-key' has been deprecated, please use --enc-c instead.

To Reproduce Steps to reproduce the behavior:

  1. Try running the examples in this chapter
  2. Observe the error message

Expected behavior The examples should be updated to use the new --enc-c flag instead.

Desktop (please complete the following information):

feorlen commented 2 days ago

Hi @LenzGr thanks for the docs bug! 🐛

We have an open issue for this as part of related docs changes for https://github.com/minio/docs/issues/1191. You may wish to follow that issue for updates.