Object Storage - Read Object
Read a text object from an Object Storage service such as S3, R2, Minio and etc
Error Enum explanation
Error | Description |
---|---|
CONNECTION | Cannot connect to the Object Storage |
AUTH | Cannot authenticate |
NOT_FOUND_BUCKET | Bucket does not exist |
NOT_FOUND | Object does not exist |
NOT_TEXT_CONTENT | Object’s content is not text |
UNKNOWN | Unknown error |