Skip to content

Commit

Permalink
Fix small issues that sample code can be copied and pasted (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Holtz <josh@rokkincat.com>
  • Loading branch information
mhadaily and Josh Holtz authored Apr 27, 2020
1 parent 2903ca9 commit 5bd1955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ aws_s3(
# All of these are used to make Shenzhen's `ipa distribute:s3` command
access_key: ENV['S3_ACCESS_KEY'], # Optional - defaults to AWS Instance Profile Creds.
secret_access_key: ENV['S3_SECRET_ACCESS_KEY'], # Optional - defaults to AWS Instance Profile Creds.
aws_profile: ENV['AWS_PROFILE'] # Optional - defaults to AWS Instance Profile Creds. (overrides if access_key and secret_access_key specified)
aws_profile: ENV['AWS_PROFILE'], # Optional - defaults to AWS Instance Profile Creds. (overrides if access_key and secret_access_key specified)
bucket: ENV['S3_BUCKET'], # Required from user.
region: ENV['S3_REGION'], # Required from user.
acl: ENV['S3_ACL'], # Optional - defaults to 'public-read'
server_side_encryption: ENV['S3_SERVER_SIDE_ENCRYPTION'] # Optional
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
ipa: 'AppName.ipa', # Required (if not uploading an APK).
Expand Down

0 comments on commit 5bd1955

Please sign in to comment.