Skip to content

Commit 0b4d0d6

Browse files
committed
Fix: s3 storage type
1 parent dfcec7c commit 0b4d0d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

openlayer/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class StorageType(Enum):
2424
"""Storage options for uploads."""
2525

2626
ONPREM = "local"
27-
AWS = "aws"
27+
AWS = "s3"
2828
GCP = "gcs"
2929
AZURE = "azure"
3030

openlayer/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Define the SDK version here so that the interal package can have access to this value.
22
# See https://stackoverflow.com/questions/2058802
3-
__version__ = "0.0.0a2"
3+
__version__ = "0.0.0a3"

0 commit comments

Comments
 (0)