entur / rutebanken-helpers

Java code which can be re-used in different Entur projects.
European Union Public License 1.2
1 stars 4 forks source link

TIS-862/add optional blob metadata support #302

Closed esuomi closed 1 month ago

esuomi commented 1 month ago

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