AWS solutions documentation change
Summary
Fixed S3 bucket path formatting and CLI command syntax for file staging verification
Security assessment
Changes correct path spacing and command formatting in data staging instructions. No security controls or vulnerabilities addressed.
Diff
diff --git a/solutions/latest/scene-intelligence-with-rosbag-on-aws/verify-the-staged-rosbag-files.md b/solutions/latest/scene-intelligence-with-rosbag-on-aws/verify-the-staged-rosbag-files.md index fc8b38e12..04cc09f98 100644 --- a/solutions/latest/scene-intelligence-with-rosbag-on-aws/verify-the-staged-rosbag-files.md +++ b/solutions/latest/scene-intelligence-with-rosbag-on-aws/verify-the-staged-rosbag-files.md @@ -11 +11 @@ Complete the following steps to verify that the rosbag files are staged. - 2. Choose the bucket with a name similar to `addf-aws-solutions-raw-bucket-`<hash>`/rosbag-scene-detection/test-vehicle-01/072021/small1__2020-11-19-16-21-22_4.bag`. + 2. Choose the bucket with a name similar to `addf-aws-solutions-raw-bucket-` `<hash>` `/rosbag-scene-detection/test-vehicle-01/072021/small1_2020-11-19-16-21-22_4.bag`. @@ -15 +15 @@ Complete the following steps to verify that the rosbag files are staged. -If the files aren't in the bucket, run the following CLI commands to stage the files. Replace `<hash>` with the unique numbering for the S3 bucket. +If the files aren’t in the bucket, run the following CLI commands to stage the files. Replace `<hash>` with the unique numbering for the S3 bucket. @@ -21,3 +20,0 @@ If the files aren't in the bucket, run the following CLI commands to stage the f - $ aws s3 cp s3://proserve-blocks-datasets-us-east-1/rosbag/test-vehicle-01/072021/small2__2020-11-19-16-21-22_4.bag \ - s3://addf-aws-solutions-raw-bucket-<hash>/rosbag-scene-detection/test-vehicle-02/072021/small2__2020-11-19-16-21-22_4.bag - @@ -26,0 +24,2 @@ If the files aren't in the bucket, run the following CLI commands to stage the f + $ aws s3 cp s3://proserve-blocks-datasets-us-east-1/rosbag/test-vehicle-01/072021/small2__2020-11-19-16-21-22_4.bag \ + s3://addf-aws-solutions-raw-bucket-<hash>/rosbag-scene-detection/test-vehicle-02/072021/small2__2020-11-19-16-21-22_4.bag