earthdaily.platform.models.UploadConfig

class earthdaily.platform.models.UploadConfig(type, presigned_url)[source]

Bases: object

Configuration 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

type

presigned_url