earthdaily.platform.models.UploadConfig
- class earthdaily.platform.models.UploadConfig(type, presigned_url)[source]
Bases:
objectConfiguration for upload operations in the Earth Data Store (EDS) platform.
Attributes:
- type: str
The type of upload configuration, e.g., “PRESIGNED_URL”.
- presigned_url: Optional[str]
The presigned URL for upload.
Methods
Attributes
typepresigned_url