You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Vitis/docs/Setup_AWS_CLI_and_S3_Bucket.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ The developer is required to create an S3 bucket for the AFI generation. The buc
3
3
4
4
To install the AWS CLI, please follow the [instructions here](http://docs.aws.amazon.com/cli/latest/userguide/installing.html).
5
5
6
-
The AWS SDAccel scripts require JSON output format and the scripts will not work properly if you use any other output format types (ex: text, table). JSON is the default output format of the AWS CLI.
6
+
The AWS Vitis scripts require JSON output format and the scripts will not work properly if you use any other output format types (ex: text, table). JSON is the default output format of the AWS CLI.
7
7
8
8
```
9
9
$ aws configure # to set your credentials (found in your console.aws.amazon.com page), region (us-east-1) and output (json)
0 commit comments