File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
01-streaming/04-receiving-data Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,8 @@ $ aws s3 cp s3://strmprivacy-export-demo/perf-test-keys/2021-05-04T14:13:00-keys
151151` ` `
1521521. ` .strm_test...95-dfec21be8251.jsonl` : This is a test file created by STRM Privacy to verify that the exporter can
153153 actually write in this bucket. Because it starts with a ` .` it is
154- ignored by most tools.
154+ ignored by most tools. If the data connector used has delete
155+ permissions, this file will be deleted after the test and therefore absent.
1551562. ` 2021-05-04T14:13:00-keys-e1...-7-8-9.csv` : Because the interval is 30 seconds, a file is written every 30
156157 seconds. Each file contains JSONL with one key per line. The
157158 line contains both a ` keyLink` attribute, with the key link of the
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ aws iam create-access-key --user-name strm-export-demo > s3.json
112112STRM Privacy validates the user and credentials configuration by writing an empty JSONL file
113113(file name: ` .strm_test_< random UUID> .jsonl` ) to the specified
114114bucket/prefix upon creation of the batch exporter.
115+ If the data connector used has delete permissions, this file will be deleted after the test and therefore absent.
115116:::
116117
117118First, make sure you have a file named ` s3.json` in your current
You can’t perform that action at this time.
0 commit comments