Skip to content

Commit f340d12

Browse files
fixed S3 URL
1 parent c76a67a commit f340d12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/ai-core-data/ai-core-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ You now know how to upload and use multiple datasets with SAP AI Core.
427427
List your files in your AWS S3 bucket by editing the following command:
428428

429429
```BASH
430-
aws s3 ls s3//<YOUR_BUCKET_NAME/example-dataset/house-price-toy/data/
430+
aws s3 ls s3://<YOUR_BUCKET_NAME/example-dataset/house-price-toy/data/
431431
```
432432
> **CAUTION**: Ensure your file names and format match what you have specified in your code. For example, if you specify ´train.csv´ in your code, the system expects a file called train, which is of type: comma separated value.
433433

0 commit comments

Comments
 (0)