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
{{ message }}
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
This is basically a cross cutting technical debt and thus dependency of both #32 and #41:
The cross region loops are currently implemented via procedural code and should be refactored to a functional design pattern in order to remove respective code duplication and improve separation of concerns.
Ideally this should also abstract the legacy S3 region handling difference, which is complicating region related code for S3 for no apparent reason in general and within this project in particular.
The text was updated successfully, but these errors were encountered:
This is basically a cross cutting technical debt and thus dependency of both #32 and #41:
The text was updated successfully, but these errors were encountered: