Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
brunojppb committed Mar 27, 2024
1 parent d0cb7af commit 43c561a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ Make sure that you have an S3-compatible storage available. We currently tested
uses: brunojppb/[email protected]
env:
PORT: "8585"
S3_ACCESS_KEY: "YOUR_S3_ACCESS_KEY"
S3_SECRET_KEY: "YOUR_S3_SECRET_KEY"
S3_ENDPOINT": "YOUR_S3_ENDPOINT"
S3_BUCKET_NAME: "YOUR_BUCKET_NAME"
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
S3_SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}
S3_ENDPOINT: ${{ secrets.S3_ENDPOINT }}
S3_REGION: ${{ secrets.S3_REGION }}
S3_BUCKET_NAME: your-bucket-name-here
# Region defaults to "eu-central-1"
S3_REGION: "eu-central-1"
# if your S3-compatible store does not support requests
Expand Down

0 comments on commit 43c561a

Please sign in to comment.