README.md in fastlane-plugin-aws_s3-1.5.0 vs README.md in fastlane-plugin-aws_s3-1.6.0
- old
+ new
@@ -40,10 +40,10 @@
acl: ENV['S3_ACL'], # Optional - defaults to 'public-read'
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).
- dsym: 'AppName.app.dSYM.zip', # Optional is you use `ipa` to build.
+ dsym: 'AppName.app.dSYM.zip', # Optional if you use `ipa` to build.
apk: 'AppName.apk', # Required (if not uploading an IPA).
app_directory: 'ios_or_android', # Optional but nice if you want to put multiple apps in same bucket