frankinspace commented on pull request #43:
URL: 
https://github.com/apache/incubator-sdap-ingester/pull/43#issuecomment-929364695


   This was the "old" ingest code that was able to write to S3 instead of 
cassandra: 
https://github.com/apache/incubator-sdap-ningester/blob/master/src/main/java/org/apache/sdap/ningester/writer/S3Store.java
   
   The analysis side as you see is able to read data from S3 instead of 
cassandra. I think @jjacob7734 might have worked on an instance of SDAP where 
that was configured.
   
   As far as credentials go, it all uses the `boto3` library so you can provide 
credentials in a number of different ways:
   
https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html
   I don't recall off the top of my head but typically they would be provided 
either through environment variables or a ~/.aws/credentials file on the node 
running the code.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@sdap.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to