Hello All,
I am trying to download one of my ios GoogleService-Config.plist
configs from my S3 bucket. On a script I did install brew install awscli
and it works. But I am stuck on what to do after? How do I setup my configuration for awscli
?
How do I config aws_access_key_id
and aws_secret_access_key
?
Hi @adityac26,
Just follow the official docs of the CLI.
Probably the easiest is to provide these inputs as Env Vars, related docs: https://docs.aws.amazon.com/cli/latest/userguide/cli-environment.html
Let us know if you’d have any questions! 
Thanks so much! I was able to add environment variables and voila it works! Thanks so much
1 Like