Skip to content

Commit

Permalink
update product release docs after removing s3
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtcsngr committed Feb 7, 2024
1 parent e25e0be commit 326b40d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions lib/npg_pipeline/product/release.pm
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ sub is_release_data {
Arg [2] : Str, type of release
Example : $obj->is_for_release($product, 'irods');
$obj->is_for_release($product, 's3');
Description: Return true if the product is to be released via the
mechanism defined by the second argument.
Expand Down Expand Up @@ -376,35 +375,22 @@ product release.
The configuration file gives per-study settings and a default to be
used for any study without a specific configuration.
S3:
enable: <boolean> S3 release enabled if true.
url: <URL> The S3 bucket URL to send to.
irods:
enable: <boolean> iRODS release enabled if true.
e.g.
---
default:
s3:
enable: false
url: null
irods:
enable: true
study:
- study_id: "5290"
s3:
enable: true
url: "s3://product_bucket"
irods:
enable: false
- study_id: "1000"
s3:
enable: false
url: null
irods:
enable: true
Expand Down

0 comments on commit 326b40d

Please sign in to comment.