Skip to content

Commit 99bc456

Browse files
authored
Merge pull request #11 from mathworks-ref-arch/87siva-patch-2
Update README.md
2 parents 043fcdd + db19242 commit 99bc456

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ See [Documentation/Authentication.md](https://mathworks-ref-arch.github.io/matla
5858
% Example: List buckets and read a secret
5959
s3 = aws.s3.Client();
6060
resp = s3.listBuckets();
61-
disp({resp.buckets.name}');
61+
disp(string({resp.buckets.name}'));
6262
6363
sm = aws.secretsmanager.Client();
6464
secret = sm.getSecretValue(secretId="prod/app/api");

0 commit comments

Comments
 (0)