Skip to content

Commit

Permalink
Updated test config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Veldhoen committed Apr 29, 2024
1 parent 6d0679b commit 1fd870f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions config/config-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ FILE_SYSTEM:
INPUT:
TEST_INPUT_PATH: testsource__testcarrier/inputfile.txt
S3_ENDPOINT_URL: https://s3-host
MODEL: s3://bucket/model
DELETE_ON_COMPLETION: False
S3_BUCKET: example-input
S3_FOLDER_IN_BUCKET: assets # folder within the bucketMODEL: s3://bucket/model
S3_BUCKET_MODEL: example-model
DELETE_ON_COMPLETION: True
OUTPUT:
DELETE_ON_COMPLETION: False
TRANSFER_ON_COMPLETION: False
DELETE_ON_COMPLETION: True
TRANSFER_ON_COMPLETION: True
S3_ENDPOINT_URL: https://s3-host
S3_BUCKET: bucket-name # bucket reserved for 1 type of output
S3_FOLDER_IN_BUCKET: folder # folder within the bucket
Expand Down

0 comments on commit 1fd870f

Please sign in to comment.