Hi together,
this line of code:
const credsFile = containerWithCredsFile.file("/tmp/aws_creds.json")
Will always print the following:
File.contents: String!
29 : β [0.0s] | {"Version":1,"AccessKeyId":"
It always prints the whole content of the aws config file.
How Can i make sure that this is not printed? Tried already some stuff.
Thank you in advance