This message was deleted.
# general
s
This message was deleted.
s
the docker-compose within the project is configured to use local storage for Deep Storage. In order to ingest data from S3 use the console to create a load spec from S3:
then fill in the properties including the access key and secret:
Instead of adding the extension to common.runtime.properties, you will need to add the extension to the "environment" that comes with the "docker-compose.yaml" file before running the docker compose up.
Copy code
druid_extensions_loadList=["druid-histogram", "druid-datasketches", "druid-lookups-cached-global", "postgresql-metadata-storage", "druid-multi-stage-query", "druid-kafka-indexing-service","druid-s3-extensions"]