Dennis Hinnenkamp
07/07/2022, 9:06 AMAnna Geller
07/07/2022, 11:52 AMDennis Hinnenkamp
07/08/2022, 6:48 AMTypeError: cannot pickle '_thread.lock' object
.
I don't know how to model the flow differently. The plan was to go through the list and delete or copy each file.
I think this function call causes the error:
s3_client.copy_object(
Bucket=dst_bucket,
CopySource=source,
Key=target
)
Anna Geller
07/13/2022, 11:04 AM@task(checkpoint=False)
if you still struggle with this, can you share your code? I've used boto3 quite a lot so perhaps I can help here