Merge pull request #26 from justserdar/patch-1

Fix: Typo in Update aws.mdx
This commit is contained in:
Andras Bacsai
2024-09-28 22:56:47 +02:00
committed by GitHub

View File

@@ -43,7 +43,7 @@ import { Aside, Steps } from '@astrojs/starlight/components';
4. Go to User settings & create an `Access Key` in AWS Console.
5. Add the `Access Key` and `Secret Key` in Coolify when you create a new S3 source.
<Aside type="tip">
You need to use the S3 HTTP endpoit without the bucket name, for example,
You need to use the S3 HTTP endpoint without the bucket name, for example,
`https://s3.eu-central-1.amazonaws.com`.
</Aside>
@@ -125,4 +125,4 @@ import { Aside, Steps } from '@astrojs/starlight/components';
`https://s3.eu-central-1.amazonaws.com`. ![2](../../../../assets/images/aws-s3/2-coolify.jpeg)
</Steps>
Well done!
Well done!