We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0c35e commit 7aa1723Copy full SHA for 7aa1723
src/mlstacks/enums.py
@@ -48,6 +48,7 @@ class ComponentFlavorEnum(str, Enum):
48
TEKTON = "tekton"
49
MINIO = "minio"
50
GCP = "gcp"
51
+ AWS = "aws"
52
53
54
class DeploymentMethodEnum(str, Enum):
0 commit comments