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 a5f9a00 commit 331bf82Copy full SHA for 331bf82
sample_app/android/fastlane/Fastfile
@@ -70,6 +70,7 @@ platform :android do
70
region: ENV.fetch("AWS_REGION", "us-east-1"),
71
bucket: bucket_name,
72
path: path,
73
+ acl: "private",
74
server_side_encryption: "AES256",
75
files: ["#{root_path}/build/app/outputs/apk/release/flutter-sample-app.apk"]
76
)
0 commit comments