Skip to content

Commit 1c53d2e

Browse files
committed
chore: pass bucket
1 parent 6932c85 commit 1c53d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample_app/android/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ platform :android do
6262
bucket_name, path = bucket_with_path.split('/', 2)
6363

6464
# 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?
65+
UI.user_error!("AWS_S3_BUCKET must include path (e.g., 'bucket-name/downloads')") if path.nil? || path.empty?
6666

6767
aws_s3(
6868
access_key: ENV.fetch("AWS_ACCESS_KEY_ID"),

0 commit comments

Comments
 (0)