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
Currently, the file and s3 replicas share a decent amount of logic but differ in some important implementation details. This could be improved to consolidate common functionality into a concrete Replica type and move platform-specific functionality into a ReplicaClient interface.
This refactor also needs to support both push and pull models for the upcoming http replica type. Once this refactor is complete, a native Azure Blob Storage implementation can be added.
The text was updated successfully, but these errors were encountered:
Currently, the
file
ands3
replicas share a decent amount of logic but differ in some important implementation details. This could be improved to consolidate common functionality into a concreteReplica
type and move platform-specific functionality into aReplicaClient
interface.This refactor also needs to support both push and pull models for the upcoming
http
replica type. Once this refactor is complete, a native Azure Blob Storage implementation can be added.The text was updated successfully, but these errors were encountered: