Use S3's proper product name, Amazon S3

Per Amazon's product page [1], S3 is officially called "Amazon S3". The
restic project uses the phrase "AWS S3" in some places. This patch
corrects the product name.

[1]:https://aws.amazon.com/s3/
This commit is contained in:
Gurjeet Singh
2021-11-13 10:56:59 -08:00
committed by Michael Eischer
parent 1d8a0b06cb
commit 34a6a24544
6 changed files with 9 additions and 9 deletions

View File

@@ -125,7 +125,7 @@ s3 backend ``s3.layout``.
S3 Legacy Layout
----------------
Unfortunately during development the AWS S3 backend uses slightly different
Unfortunately during development the Amazon S3 backend uses slightly different
paths (directory names use singular instead of plural for ``key``,
``lock``, and ``snapshot`` files), and the pack files are stored directly below
the ``data`` directory. The S3 Legacy repository layout looks like this: