浏览代码

s3: Don't forget the protocol!

Renée Kooi 7 年之前
父节点
当前提交
079f8e1a49
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      website/src/docs/aws-s3.md

+ 1 - 1
website/src/docs/aws-s3.md

@@ -178,7 +178,7 @@ Many other object storage providers have an identical API to S3, so you can use
 For example, with DigitalOcean Spaces, you could do something like this:
 
 ```
-export UPPYSERVER_AWS_ENDPOINT="{region}.digitaloceanspaces.com"
+export UPPYSERVER_AWS_ENDPOINT="https://{region}.digitaloceanspaces.com"
 export UPPYSERVER_AWS_BUCKET="my-space-name"
 ```