aboutsummaryrefslogtreecommitdiffstats
path: root/src/extract_lambda.py
diff options
context:
space:
mode:
authorlian-manonog <lian.manonog@gmail.com>2024-08-19 15:43:28 +0100
committerlian-manonog <lian.manonog@gmail.com>2024-08-19 15:43:28 +0100
commitb9f3576771c8af8933d23e95f7863f63e2bbc6aa (patch)
tree8ae87f40e5d6e07bc8bd713ffe26b6441cc51472 /src/extract_lambda.py
parentdd536c3209fc37423af4219a941c006bdb6b3c4f (diff)
downloadde-project-bentley-b9f3576771c8af8933d23e95f7863f63e2bbc6aa.tar.gz
de-project-bentley-b9f3576771c8af8933d23e95f7863f63e2bbc6aa.zip
wip: fixed broken tests; hashed out test_error_retrieving_object
Diffstat (limited to 'src/extract_lambda.py')
-rw-r--r--src/extract_lambda.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extract_lambda.py b/src/extract_lambda.py
index 4168e27..217efdb 100644
--- a/src/extract_lambda.py
+++ b/src/extract_lambda.py
@@ -90,6 +90,7 @@ def extract_bucket(client=boto3.client("s3")):
extract_bucket_filter = [
bucket["Name"] for bucket in response["Buckets"] if "extract" in bucket["Name"]
]
+
return extract_bucket_filter[0]
git.ajschof.me — hosted by ajschofield — powered by cgit