Skip to content

Commit

Permalink
chore: update environment example
Browse files Browse the repository at this point in the history
  • Loading branch information
kukhariev committed Apr 2, 2024
1 parent 489b058 commit 9592f4e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ GCS_KEYFILE=~/.gcs-credentials.json
S3_BUCKET=uploadx
S3_ENDPOINT=https://s3.us-west-002.backblazeb2.com
S3_DEBUG=false

# Path to file with accessKeyId and secretAccessKey and region(optional)
# S3_KEYFILE=.s3-config.example

AWS_ACCESS_KEY_ID=fAkuAQJXESQkeYExAmple
AWS_SECRET_ACCESS_KEY=euvs44sECrETnedtEGodDxJA7vnNXSEcReteXAmpLE
AWS_DEFAULT_REGION=us-west
AWS_REGION=us-west


0 comments on commit 9592f4e

Please sign in to comment.