thephpleague / flysystem-replicate-adapter

Flysystem Adapter Decorator for Replicating Filesystems.
24 stars 11 forks source link

Atomic write #10

Closed ro0NL closed 2 years ago

ro0NL commented 2 years ago

Hi,

Given this adapter first writes to the source adapter, THEN the replica adapter, it isnt an atomic write.

Would you consider an option that allows the replica adapter to fail, but logged?