Skip to content

Commit

Permalink
fix: use "aws" instead of "s3-storage" feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalenic committed Jan 7, 2025
1 parent 3920ce9 commit 967c164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ export const SETTINGS: HtsgetStatelessSettings & HtsgetStatefulSettings = {
jwtAudience: [""], // Should match your cognito client id, i.e: 3jgmc7kqaaf8mqbv2sgmujslrp
},
// Enable additional features for compiling htsget-rs. `s3-storage` is always enabled.
features: ["experimental", "s3-storage"], // i.e: Enables Crypt4Gh+htsget functionality
features: ["experimental", "aws"], // i.e: Enables Crypt4Gh+htsget functionality
};

0 comments on commit 967c164

Please sign in to comment.