match/lib/match/options.rb in fastlane-2.150.3 vs match/lib/match/options.rb in fastlane-2.151.0
- old
+ new
@@ -184,9 +184,13 @@
optional: true),
FastlaneCore::ConfigItem.new(key: :s3_bucket,
env_name: "MATCH_S3_BUCKET",
description: "Name of the S3 bucket",
optional: true),
+ FastlaneCore::ConfigItem.new(key: :s3_object_prefix,
+ env_name: "MATCH_S3_OBJECT_PREFIX",
+ description: "Prefix to be used on all objects uploaded to S3",
+ optional: true),
# Keychain
FastlaneCore::ConfigItem.new(key: :keychain_name,
short_option: "-s",
env_name: "MATCH_KEYCHAIN_NAME",