Skip to content

Commit 5aa2a68

Browse files
committed
Update example output
1 parent 29a698a commit 5aa2a68

File tree

4 files changed

+49088
-159
lines changed

4 files changed

+49088
-159
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ empty stream results in a race condition which causes other S3 commands to hang.
1212
1. Set up environment variables by running `cp .env.localstack .env`
1313
1. Run `npm run start-localstack`
1414

15-
After some time, the script tends to lock up and fail while attempting to initiate a download stream, producing [this kind of output](./example_output.txt).
15+
After some time, the script tends to lock up and fail while attempting to initiate a download stream, producing [this kind of output](./example_output_localstack.txt).
1616

1717
## Steps to reproduce the race condition against AWS
1818

@@ -28,4 +28,4 @@ After some time, the script tends to lock up and fail while attempting to initia
2828

2929
1. Run `npm run start-aws`
3030

31-
After some time, the script tends to lock up and fail while attempting to initiate a download stream, producing [this kind of output](./example_output.txt).
31+
After some time, the script tends to lock up and fail while attempting to initiate a download stream, producing [this kind of output](./example_output_aws.txt).

example_output.txt

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)