Merge pull request #1286 from OpenSignLabs/docs_s3

update s3 doc
This commit is contained in:
prafull-opensignlabs
2024-10-03 10:52:42 +05:30
committed by GitHub
+2 -2
View File
@@ -46,8 +46,8 @@ title: AWS S3
- Once done go to "Properties" there you will see region of bucket e.g us-east-1
- set bucktname as "DO_SPACE" in ENV.
- set region as "DO_REGION" in ENV.
- Replace region in this url s3.{region}.amazonaws.com and set it as "DO_ENDPOINT" in ENV.
- Replace bucketName and region in this url https://{bucketName}.s3.{region}.amazonaws.com and set us as "DO_BASEURL" in ENV.
- Replace region in this url `s3.region.amazonaws.com` and set it as "DO_ENDPOINT" in ENV.
- Replace bucketName and region in this url `https://bucketName.s3.region.amazonaws.com` and set us as "DO_BASEURL" in ENV.
- Step 2 : Create a aws policy
- Navigate to IAM under services
![Screenshot 2024-09-30 200247](https://github.com/user-attachments/assets/8109d2bb-1afb-4407-b5cd-4886a070d5cc)