Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📚 document download_endpoint #48 #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ aws_s3(
server_side_encryption: ENV['S3_SERVER_SIDE_ENCRYPTION'], # Optional

endpoint: 'https://s3-us-west-1.amazonaws.com', # Optional, for buckets that require a specific endpoint
download_endpoint: 'https://distribution.cloudfront.net', # Optional, The endpoint for downloads from your S3 bucket or cloudfront distribution
download_endpoint_replacement_regex: '^https?://[^/]*', # Optional, A regex used to determine which part of the S3 URL to replace with download_endpoint

ipa: 'AppName.ipa', # Required (if not uploading an APK).
dsym: 'AppName.app.dSYM.zip', # Optional if you use `ipa` to build.

Expand Down