소스 검색

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

master
rewby 10 달 전
부모
커밋
2d4826d22d
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      main.py

+ 1
- 2
main.py 파일 보기

@@ -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}")



불러오는 중...
취소
저장