mirror of
https://github.com/octoleo/restic.git
synced 2025-01-03 15:17:28 +00:00
docs: Fix typo in S3 URL support
This commit is contained in:
parent
8442c43209
commit
0aed8d47d7
@ -240,7 +240,7 @@ or is only available via HTTP, you can specify the URL to the server
|
|||||||
like this: ``s3:http://server:port/bucket_name``.
|
like this: ``s3:http://server:port/bucket_name``.
|
||||||
|
|
||||||
.. note:: restic expects `path-style URLs <https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro>`__
|
.. note:: restic expects `path-style URLs <https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingBucket.html#access-bucket-intro>`__
|
||||||
like for example ````s3.us-west-2.amazonaws.com/bucket_name``.
|
like for example ``s3.us-west-2.amazonaws.com/bucket_name``.
|
||||||
Virtual-hosted–style URLs like ``bucket_name.s3.us-west-2.amazonaws.com``,
|
Virtual-hosted–style URLs like ``bucket_name.s3.us-west-2.amazonaws.com``,
|
||||||
where the bucket name is part of the hostname are not supported. These must
|
where the bucket name is part of the hostname are not supported. These must
|
||||||
be converted to path-style URLs instead, for example ``s3.us-west-2.amazonaws.com/bucket_name``.
|
be converted to path-style URLs instead, for example ``s3.us-west-2.amazonaws.com/bucket_name``.
|
||||||
|
Loading…
Reference in New Issue
Block a user