developmentseed / bioacoustics-api

Google Bioacustics API that runs the backend for A2O Search
https://devseed.com/api-docs/?url=https://api.search.acousticobservatory.org/api/v1/openapi
MIT License
1 stars 0 forks source link

Add audio-file upload and capabilities endpoints #40

Closed willemarcel closed 1 year ago

willemarcel commented 1 year ago

Resolves #37

@sunu we need to add those environment variables to the API container:

MINIO_SERVER_URL='storage.googleapis.com'
MINIO_BUCKET_NAME='bioacoustics-devseed-staging'
MINIO_BUCKET_LOCATION='us-central1'
MINIO_ACCESS_KEY
MINIO_SECRET_KEY

The server url should not contain https:// or http:// prefix.