We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d624422 + d3ddb36 commit 614bc33Copy full SHA for 614bc33
README.md
@@ -42,7 +42,7 @@ aws_s3(
42
43
endpoint: 'https://s3-us-west-1.amazonaws.com', # Optional, for buckets that require a specific endpoint
44
ipa: 'AppName.ipa', # Required (if not uploading an APK).
45
- dsym: 'AppName.app.dSYM.zip', # Optional is you use `ipa` to build.
+ dsym: 'AppName.app.dSYM.zip', # Optional if you use `ipa` to build.
46
47
apk: 'AppName.apk', # Required (if not uploading an IPA).
48
0 commit comments