I’m trying to create a perfect directional sync between AWS S3 and Azure Blob Storage.
The actions go like this:
- Every 5 minutes check if an object is updated in AWS S3 bucket:
- If so take the content of that object and copy it to the target blob:
But when I run it it basically start trigging a new action every 5 minutes but the previous action never ends.
So I had to manually cancel all activities:
Where am I wrong?
Is that because the Copy blob (v2)
provides copy only between Azure Bob storages and not between AWS and Azure?