mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
move type based service finder to sse bundles (create new com.sap.sse.osgi bundle)
This commit is contained in:
@@ -7,7 +7,8 @@ import java.net.URI;
|
||||
/**
|
||||
* Service for storing files. The interface is intentionally agnostic of the underlying implementation, which may be
|
||||
* provided e.g. by using Amazon's S3 or simply saving the files to a statically reachable directory on one of our
|
||||
* servers. Implementations of this service are announced via the OSGi service registry.
|
||||
* servers. Implementations of this service are announced via the OSGi service registry. They should provide their name
|
||||
* as the OSGi property "name";
|
||||
*
|
||||
* TODO The storage service to use should be configured via the AdminConsole. Upon auto-discovering the available
|
||||
* services, the AdminConsole should allow to edit properties for each service (e.g. access credentials for AWS S3). We
|
||||
|
||||
Reference in New Issue
Block a user