You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@darumaseye It does seem that the download thread does not kick off when arguments.thread is equal to 1 and it is set by 1 by default so this may lead to it never kicking off by default.
Hi! First of all, thanks for the work!
Secondly... when lunching the script without -t argument:
It seems that the script hangs right before downloading the files:
I think to have spotted the problem.
Due to "for i in range(1, arguments.threads)" in:
AWSBucketDump/AWSBucketDump.py
Lines 217 to 221 in f8a6301
if the user sets "arguments.threads" = 1, no
downloadworker
will be generated, so the queue will not be empied, causing "download_q.join()" to hang:AWSBucketDump/AWSBucketDump.py
Lines 230 to 231 in f8a6301
A possible solution could be to change
in
Is this possible?
I hope i was helpful.
The text was updated successfully, but these errors were encountered: