Skip to content

Commit 7aa1723

Browse files
authored
add missing aws flavor (#83)
1 parent da0c35e commit 7aa1723

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mlstacks/enums.py

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ class ComponentFlavorEnum(str, Enum):
4848
TEKTON = "tekton"
4949
MINIO = "minio"
5050
GCP = "gcp"
51+
AWS = "aws"
5152

5253

5354
class DeploymentMethodEnum(str, Enum):

0 commit comments

Comments
 (0)