Browse Source

s3: Don't forget the protocol!

Renée Kooi 7 năm trước cách đây
mục cha
commit
079f8e1a49
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
 ```