From 7a538bf8cf15f6df4339cb074bdbb5a17c9fff26 Mon Sep 17 00:00:00 2001 From: Ahmed Tarek Date: Thu, 3 Nov 2022 11:46:57 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20document=20download=5Fendpoint?= =?UTF-8?q?=20#48?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 📚 add documentation for https://github.com/fastlane-community/fastlane-plugin-s3/pull/48 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d5938e1..4cc00ac 100644 --- a/README.md +++ b/README.md @@ -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.