Skip to content

Commit

Permalink
docs: update notes on data connector test files
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-p92 committed Aug 15, 2023
1 parent de34ad3 commit 838240b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ $ aws s3 cp s3://strmprivacy-export-demo/perf-test-keys/2021-05-04T14:13:00-keys
```
1. `.strm_test...95-dfec21be8251.jsonl`: This is a test file created by STRM Privacy to verify that the exporter can
actually write in this bucket. Because it starts with a `.` it is
ignored by most tools.
ignored by most tools. If the data connector used has delete
permissions, this file will be deleted after the test and therefore absent.
2. `2021-05-04T14:13:00-keys-e1...-7-8-9.csv`: Because the interval is 30 seconds, a file is written every 30
seconds. Each file contains JSONL with one key per line. The
line contains both a `keyLink` attribute, with the key link of the
Expand Down
1 change: 1 addition & 0 deletions docs/03-quickstart/03-data-connectors/01-s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ aws iam create-access-key --user-name strm-export-demo > s3.json
STRM Privacy validates the user and credentials configuration by writing an empty JSONL file
(file name: `.strm_test_<random UUID>.jsonl`) to the specified
bucket/prefix upon creation of the batch exporter.
If the data connector used has delete permissions, this file will be deleted after the test and therefore absent.
:::

First, make sure you have a file named `s3.json` in your current
Expand Down

0 comments on commit 838240b

Please sign in to comment.