Skip to content

Commit f5331a1

Browse files
committed
s3 path
1 parent 00f188b commit f5331a1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lambda_function.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,7 @@ def lambda_handler(event, lambda_context):
7373
# Download monitor file
7474
monitor_file_name = f"{queueId.split('Queue')[0]}SpotFleetRequestId.json"
7575
monitor_local_name = f"/tmp/{monitor_file_name}"
76-
monitor_on_bucket_name = (
77-
f"/monitors/{monitor_file_name}"
78-
)
76+
monitor_on_bucket_name = (f"monitors/{monitor_file_name}")
7977

8078
with open(monitor_local_name, "wb") as f:
8179
try:

0 commit comments

Comments
 (0)