pinot.server.storage.factory.class.s3=org.apache.p...
# general
a
pinot.server.storage.factory.class.s3=org.apache.pinot.plugin.filesystem.S3PinotFS pinot.server.storage.factory.s3.region=us-west-2 pinot.server.segment.fetcher.protocols=file,http,s3 pinot.server.segment.fetcher.s3.class=org.apache.pinot.common.utils.fetcher.PinotFSSegmentFetcher
m
Deepstore and local attached disk have different purposes for pinot server (you need both, and not either/or). And yes you will need to set the properties you mentioned.
a
thanks