I'm probably doing something wrong, I'm trying to test a simple use-case for s3-journal and everything works as intended, except close never finishes.
Here's my repro gist : https://gist.github.com/pguillebert/c2a0cea6b170d964ff32
The (.close) never finishes. I can see the file is uploaded successfully to S3 in the expected remote directory, but never get the "finished" message.
What am I doing wrong ?
Thanks.
I'm probably doing something wrong, I'm trying to test a simple use-case for s3-journal and everything works as intended, except close never finishes.
Here's my repro gist : https://gist.github.com/pguillebert/c2a0cea6b170d964ff32
The (.close) never finishes. I can see the file is uploaded successfully to S3 in the expected remote directory, but never get the "finished" message.
What am I doing wrong ?
Thanks.