There was an error while loading. Please reload this page.
2 parents 043fcdd + db19242 commit 99bc456Copy full SHA for 99bc456
1 file changed
README.md
@@ -58,7 +58,7 @@ See [Documentation/Authentication.md](https://mathworks-ref-arch.github.io/matla
58
% Example: List buckets and read a secret
59
s3 = aws.s3.Client();
60
resp = s3.listBuckets();
61
-disp({resp.buckets.name}');
+disp(string({resp.buckets.name}'));
62
63
sm = aws.secretsmanager.Client();
64
secret = sm.getSecretValue(secretId="prod/app/api");
0 commit comments