We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcec7c commit 0b4d0d6Copy full SHA for 0b4d0d6
openlayer/api.py
@@ -24,7 +24,7 @@ class StorageType(Enum):
24
"""Storage options for uploads."""
25
26
ONPREM = "local"
27
- AWS = "aws"
+ AWS = "s3"
28
GCP = "gcs"
29
AZURE = "azure"
30
openlayer/version.py
@@ -1,3 +1,3 @@
1
# Define the SDK version here so that the interal package can have access to this value.
2
# See https://stackoverflow.com/questions/2058802
3
-__version__ = "0.0.0a2"
+__version__ = "0.0.0a3"
0 commit comments