Part of ENG-4597.
This diff introduces a foundation for blob client in comm-services-lib. The client is hidden behind a crate feature so services that do not need it do not have to depend on it (e.g. feature-flags).
Differential D8777
[services-lib] Introduce Blob Client bartek on Aug 10 2023, 10:16 AM. Authored by Tags None Referenced Files
Details
Part of ENG-4597. This diff introduces a foundation for blob client in comm-services-lib. The client is hidden behind a crate feature so services that do not need it do not have to depend on it (e.g. feature-flags). Cargo build in comm-services-lib, blob and feature-flags.
Diff Detail
Event Timeline
Comment Actions This will be very useful! I would prefer to have multiple packages in comm-services-lib/ (comm-services-lib/database-utils/, comm-services-lib/blob-client), but I don't really have strong argument against using features for this. |