Add s3 credentials to CI
slettner opened this issue · 1 comments
slettner commented
To successfully download data-sets from our S3 bucket within the CI runner (relevant for the performance measurement #457) AWS credentials need to be provided via env variables. Specifically, we need
-
AWS_ACCESS_KEY_ID
-
AWS_SECRET_ACCESS_KEY
to refer to the credential of an AWS user with read permissions to the S3 bucket.
jacobowitz commented
Test PR for examples repo can be found here: #539