Skip to content

Commit

Permalink
fix S3 url in instructions for self hosted setup
Browse files Browse the repository at this point in the history
  • Loading branch information
matskiv authored Nov 18, 2022
1 parent ff51c0a commit cc9125a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SELF_HOSTED_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [ $_bucket_name == "None" ]; then
fi
fi
echo "export S3_BUCKET=$S3_BUCKET"
export HOSTNAME=s3-$AWS_REGION.amazonaws.com
export HOSTNAME=s3.$AWS_REGION.amazonaws.com
export ISSUER_HOSTPATH=$HOSTNAME/$S3_BUCKET
```

Expand Down

0 comments on commit cc9125a

Please sign in to comment.