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
@Snehal1894 here is the "if" for the alternative storage on S3:
if path starts with "/pi/job.dekker-umw/cshare/data/":
replace it with "s3://dekkerlab-backups/nl/cshare/data/"elif path starts with "/pi/job.dekker-umw/archive/cshare/":
replace it with "s3://dekkerlab-backups/cshare/"elif path starts with "/pi/job.dekker-umw/archive/tmp_cshare/":
replace it with "s3://dekkerlab-backups/tmp_cshare/"
else:
this should not happen - good time to check !?
@Snehal1894 here is the "if" for the alternative storage on S3:
so that's how it matches:
The text was updated successfully, but these errors were encountered: