You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly to what is described on #80, it should be possible to store the cache contents into an S3 bucket.
The behavior would be similar to the results path, where one can specify the s3:// prefix in the cache_dir path specification to trigger the S3 storage.
Description
Similarly to what is described on #80, it should be possible to store the cache contents into an S3 bucket.
The behavior would be similar to the results path, where one can specify the
s3://
prefix in thecache_dir
path specification to trigger the S3 storage.Python
CLI
The
collect
command introduced in the PR #78 should also be adapted to read the cache contents from S3 and store the resulting CSV file to S3.The text was updated successfully, but these errors were encountered: