mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-25 08:41:00 +00:00
Fix whitespace lint
This commit is contained in:
parent
7863f89aba
commit
43ecf19cd1
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ To use S3, provide a URL in one of these forms:
|
||||||
* ``s3://access-key:secret-key@endpoint-url/bucket-name``
|
* ``s3://access-key:secret-key@endpoint-url/bucket-name``
|
||||||
|
|
||||||
If you omit the keys or the endpoint URL, then Takahē will try to use implicit
|
If you omit the keys or the endpoint URL, then Takahē will try to use implicit
|
||||||
authentication for them. The keys, if included, should be urlencoded, as AWS
|
authentication for them. The keys, if included, should be urlencoded, as AWS
|
||||||
secret keys commonly contain eg + characters.
|
secret keys commonly contain eg + characters.
|
||||||
|
|
||||||
Your S3 bucket *must* be set to allow publically-readable files, as Takahē will
|
Your S3 bucket *must* be set to allow publically-readable files, as Takahē will
|
||||||
|
|
Loading…
Reference in a new issue