match/lib/match/nuke.rb in fastlane-2.142.0 vs match/lib/match/nuke.rb in fastlane-2.143.0
- old
+ new
@@ -35,10 +35,14 @@
git_full_name: params[:git_full_name],
git_user_email: params[:git_user_email],
clone_branch_directly: params[:clone_branch_directly],
google_cloud_bucket_name: params[:google_cloud_bucket_name].to_s,
google_cloud_keys_file: params[:google_cloud_keys_file].to_s,
- google_cloud_project_id: params[:google_cloud_project_id].to_s
+ google_cloud_project_id: params[:google_cloud_project_id].to_s,
+ s3_region: params[:s3_region].to_s,
+ s3_access_key: params[:s3_access_key].to_s,
+ s3_secret_access_key: params[:s3_secret_access_key].to_s,
+ s3_bucket: params[:s3_bucket].to_s
})
self.storage.download
# After the download was complete
self.encryption = Encryption.for_storage_mode(params[:storage_mode], {