From 48b3f79f2ae6d56fa62838a086cfbcfdb62f287f Mon Sep 17 00:00:00 2001 From: Rich Ellis Date: Fri, 26 Jan 2024 15:24:06 +0000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Eric Avdey Signed-off-by: Rich Ellis --- examples/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/README.md b/examples/README.md index 2ca9dd29..6773d830 100644 --- a/examples/README.md +++ b/examples/README.md @@ -28,7 +28,7 @@ checked out out version. The scripts expect AWS ini files: * shared credentials file `~/.aws/credentials` or target file from `AWS_SHARED_CREDENTIALS_FILE` environment variable -* shared configuration file `~/.aws/config` or taret file from `AWS_CONFIG_FILE` environment variable +* shared configuration file `~/.aws/config` or target file from `AWS_CONFIG_FILE` environment variable ###### IBM COS @@ -86,6 +86,6 @@ use the `DEBUG` environment variable with label `s3-backup` e.g. #### Known issues -The S3 SDK does not apepar to apply back-pressure to a Node `stream.Readable`. As such in environemnts -where the upload speed to S3 is signficantly slower than either the speed of downloading from the database +The S3 SDK does not appear to apply back-pressure to a Node `stream.Readable`. As such in environments +where the upload speed to S3 is significantly slower than either the speed of downloading from the database or reading the backup file then the scripts may fail.