We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c789f8 commit acd2ed0Copy full SHA for acd2ed0
examples/data-processor/README.md
@@ -74,7 +74,7 @@ aws s3api put-bucket-notification-configuration --bucket $BUCKET_NAME --notifica
74
```
75
### Spark data processing script upload
76
```bash
77
-aws s3 cp ../scripts s3://$BUCKET_NAME/scripts --recursive
+aws s3 cp ./scripts s3://$BUCKET_NAME/scripts --recursive
78
79
80
## Test
0 commit comments