Object Storage - Write Object
Writes text to an object in 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 |
ALREADY_EXIST | Object already exists |
UNKNOWN | Unknown error |
Error when an object does not exist is not atomic