We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6932c85 commit 1c53d2eCopy full SHA for 1c53d2e
sample_app/android/fastlane/Fastfile
@@ -62,7 +62,7 @@ platform :android do
62
bucket_name, path = bucket_with_path.split('/', 2)
63
64
# Validate that we have both bucket and path
65
- UI.user_error!("S3_BUCKET_NAME must include path (e.g., 'bucket-name/downloads')") if path.nil? || path.empty?
+ UI.user_error!("AWS_S3_BUCKET must include path (e.g., 'bucket-name/downloads')") if path.nil? || path.empty?
66
67
aws_s3(
68
access_key: ENV.fetch("AWS_ACCESS_KEY_ID"),
0 commit comments