Providers
NB: This documentation is for developer that want to implement a new Image Provider. For documentation on how to use the image providers, see User-Guide/Providers.
Add a new provider
- Add configuration parameters (credentials, endpoint) in
cmd/downloader/main.goand add the new provider to the list of providers. - Implement the new provider in
ìnterface/providerwith methods:
Name() string
Download(ctx context.Context, scene common.Scene, localDir string) error
- Update the documentation docs/user-guide/providers.md