initial stage
This commit is contained in:
parent
c7729c44e1
commit
8018975863
|
@ -43,7 +43,7 @@ def load_file_obj_with_backoff(hook: S3Hook, fileobj, key:str, bucket:str, repla
|
||||||
|
|
||||||
while delay < max_delay:
|
while delay < max_delay:
|
||||||
try:
|
try:
|
||||||
hook.load_file_obj(fileobj,
|
return hook.load_file_obj(fileobj,
|
||||||
key,
|
key,
|
||||||
bucket,
|
bucket,
|
||||||
replace=replace)
|
replace=replace)
|
||||||
|
|
Loading…
Reference in New Issue