From 3ec22e2a3108923952cdaae506af4260cb64d828 Mon Sep 17 00:00:00 2001 From: Lukas Langrock Date: Wed, 24 Jul 2024 23:46:51 +0200 Subject: [PATCH] script.py aktualisiert --- script.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script.py b/script.py index 7a3e1af..e2036e1 100644 --- a/script.py +++ b/script.py @@ -62,3 +62,6 @@ with open(output_file, 'w') as f: print(f"HTML file '{output_file}' has been created with links to all files in the bucket.") +# Upload file to bucket +bucket.upload_local_file(local_file=output_file, file_name="index.html") +