Pārlūkot izejas kodu

Disable progress view until I can fix a bug with it.

master
rewby pirms 9 mēnešiem
vecāks
revīzija
2d4826d22d
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. +1
    -2
      main.py

+ 1
- 2
main.py Parādīt failu

@@ -185,8 +185,7 @@ def single_impl(item_directory: pathlib.Path, ia_collection: str, ia_item_title:

def upload_file():
logging.info(f"Uploading file {rel_file}...")
client.fput_object(bucket_name=bucket_name, object_name=str(rel_file), file_path=file,
progress=Progress())
client.fput_object(bucket_name=bucket_name, object_name=str(rel_file), file_path=file)

retry_failures(upload_file, f"Failed to upload {rel_file}")



Notiek ielāde…
Atcelt
Saglabāt