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
The htsget-rs server expects the Crypt4GH file to end with `.c4gh`, and the index file to be unencrypted. See the [`data/c4gh`][data-c4gh] for examples of file structure.
527
-
528
-
> [!NOTE]
529
-
> This option is currently only supported for `LocalStorage`. The `object_type` will not have an effect if using `S3Storage` or `UrlStorage`.
532
+
Any of the storage types are supported, i.e. `Local`, `S3`, or `Url`.
530
533
531
534
### As a library
532
535
@@ -541,7 +544,7 @@ regex, and changing it by using a substitution string.
541
544
This crate has the following features:
542
545
*`s3-storage`: used to enable `S3Storage` functionality.
543
546
*`url-storage`: used to enable `UrlStorage` functionality.
544
-
*`experimental`: used to enable `C4GHStorage` functionality.
547
+
*`experimental`: used to enable experimental features like `C4GHStorage`.
0 commit comments