Object Storage - Create Bucket
Create a bucket 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 |
BAD_BUCKET_NAME | Bucket name is invalid |
ALREADY_EXIST | Bucket already exist |
UNKNOWN | Unknown error |
Error when bucket already exists is not atomic