aboutsummaryrefslogtreecommitdiffstats
path: root/obfuscator/csv_reader.py
diff options
context:
space:
mode:
Diffstat (limited to 'obfuscator/csv_reader.py')
-rw-r--r--obfuscator/csv_reader.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/obfuscator/csv_reader.py b/obfuscator/csv_reader.py
index 2b099c8..3649681 100644
--- a/obfuscator/csv_reader.py
+++ b/obfuscator/csv_reader.py
@@ -45,7 +45,9 @@ class CSVReader:
if os.getenv("LOCALSTACK", "FALSE").upper() == "TRUE":
localstack_endpoint = "http://localhost.localstack.cloud:4566"
- self.logger.debug("Using LocalStack endpoint for S3")
+ self.logger.debug(
+ "Using LocalStack endpoint for S3 - ensure LocalStack is running"
+ )
client = boto3.client(
"s3",
endpoint_url=localstack_endpoint,
git.ajschof.me — hosted by ajschofield — powered by cgit