mirror of
https://github.com/restic/restic.git
synced 2025-08-23 15:28:08 +00:00
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:

committed by
Michael Eischer

parent
1d8a0b06cb
commit
34a6a24544
@@ -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:
|
||||
|
Reference in New Issue
Block a user