Adds BlobDescriptor for encapsulating blob upload related options and some basic default functionality for supporting its use.
Implementations are expected to reimplement the default implementation if better handling is desired, as example I went ahead and modified GcsBlobStoreRepository to demonstrate this.
Adds
BlobDescriptor
for encapsulating blob upload related options and some basic default functionality for supporting its use.Implementations are expected to reimplement the default implementation if better handling is desired, as example I went ahead and modified
GcsBlobStoreRepository
to demonstrate this.Fixes #301