Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 3ccfe71

Browse files
committed
update s3 instructions with bucket permission defaults and object preview
1 parent bf511e9 commit 3ccfe71

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

DataProcessing/guide/content/data-lake.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ must be globally unique. We recommend using a name such as
3333

3434
![](images/data-lake-create-bucket.png)</kbd>
3535

36-
1. Click **Next** twice, and then click **Create bucket**.
36+
1. Click **Next** three times, and then click **Create bucket**.
3737

3838
#### 2. Create an Amazon Kinesis Data Firehose delivery stream
3939

@@ -140,8 +140,13 @@ text editor to see the contents.
140140

141141
![](images/data-lake-object-list.png)
142142

143-
1. Click on one of the files and click **Download**. Open the file with a text
144-
editor and explore its contents.
143+
1. Click on one of the files.
144+
145+
1. Click the **Select from** tab, select ``JSON`` from **File format**, and click
146+
the **Show file preview** to preview the file content.
147+
148+
![](images/data-lake-object-preview.png)
149+
145150

146151
#### 5. Query the data files
147152

DataProcessing/guide/site/data-lake.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h4 id="create-an-amazon-s3-bucket">1. Create an Amazon S3 bucket</h4>
3838
<li><p>Provide a globally unique name for your bucket such as <code>wildrydes-data-yourname</code>.</p></li>
3939
<li><p>Select the region you’ve been using for your bucket.</p>
4040
<p><img src="images/data-lake-create-bucket.png" /></kbd></p></li>
41-
<li><p>Click <strong>Next</strong> twice, and then click <strong>Create bucket</strong>.</p></li>
41+
<li><p>Click <strong>Next</strong> three times, and then click <strong>Create bucket</strong>.</p></li>
4242
</ol>
4343
<h4 id="create-an-amazon-kinesis-data-firehose-delivery-stream">2. Create an Amazon Kinesis Data Firehose delivery stream</h4>
4444
<p>Create an Amazon Kinesis Data Firehose delivery stream named <strong>wildrydes</strong> that is configured to source data from the <strong>wildrydes</strong> stream and deliver its contents in batches to the S3 bucket created in the previous section.</p>
@@ -99,7 +99,9 @@ <h4 id="explore-the-batched-data-files">4. Explore the batched data files</h4>
9999
<li><p>Enter the bucket name you create in the first section in the <strong>Search for buckets</strong> text input.</p></li>
100100
<li><p>Click on the bucket name and navigate through the year, month, day, and hour folders to ensure that files are being populated in your bucket.</p>
101101
<p><img src="images/data-lake-object-list.png" /></p></li>
102-
<li><p>Click on one of the files and click <strong>Download</strong>. Open the file with a text editor and explore its contents.</p></li>
102+
<li><p>Click on one of the files.</p></li>
103+
<li><p>Click the <strong>Select from</strong> tab, select <code>JSON</code> from <strong>File format</strong>, and click the <strong>Show file preview</strong> to preview the file content.</p>
104+
<p><img src="images/data-lake-object-preview.png" /></p></li>
103105
</ol>
104106
<h4 id="query-the-data-files">5. Query the data files</h4>
105107
<p>Query the Amazon Athena table to see all records that have been delivered via Kinesis Data Firehose to S3.</p>
120 KB
Loading

0 commit comments

Comments
 (0)