Skip to content

Commit

Permalink
📚 document download_endpoint fastlane-community#48
Browse files Browse the repository at this point in the history
- 📚 add documentation for fastlane-community#48
  • Loading branch information
a-tokyo authored Nov 3, 2022
1 parent c91439a commit 7a538bf
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 7a538bf

Please sign in to comment.