Merge pull request #3953 from keachi/typo

Fix typo
This commit is contained in:
Michael Eischer
2022-10-07 22:18:32 +02:00
committed by GitHub

View File

@@ -301,7 +301,7 @@ credentials of your Minio Server.
.. code-block:: console
$ export AWS_ACCESS_KEY_ID=<YOUR-MINIO-ACCESS-KEY-ID>
$ export AWS_SECRET_ACCESS_KEY= <YOUR-MINIO-SECRET-ACCESS-KEY>
$ export AWS_SECRET_ACCESS_KEY=<YOUR-MINIO-SECRET-ACCESS-KEY>
Now you can easily initialize restic to use Minio server as a backend with
this command.