diff --git a/docs/content/config/media/s3.md b/docs/content/config/media/s3.md
index 7918516b6..6c67ccb91 100644
--- a/docs/content/config/media/s3.md
+++ b/docs/content/config/media/s3.md
@@ -14,6 +14,8 @@ HD_MEDIA_BACKEND_S3_BUCKET="<BUCKET>"
 HD_MEDIA_BACKEND_S3_ENDPOINT="<ENDPOINT>"
 ```
 
-If you use Amazon S3, `<ENDPOINT>` should contain your [Amazon Region](https://docs.aws.amazon.com/general/latest/gr/s3.html).
+`<ENDPOINT>` should be an URL and contain the protocol, the domain and if necessary the port.
+For example: `https://s3.example.org` or `http://s3.example.org:9000`
 
-For example: If your Amazon Region is `us-east-2`, your endpoint `<ENDPOINT>` should be `s3.us-east-2.amazonaws.com`.
+If you use Amazon S3, `<ENDPOINT>` should contain your [Amazon Region](https://docs.aws.amazon.com/general/latest/gr/s3.html).
+For example: If your Amazon Region is `us-east-2`, your endpoint `<ENDPOINT>` should be `https://s3.us-east-2.amazonaws.com`.