Bucket name uppercase

Hello

I want to share this:

The uplink-python binding return this error when you try to create a bucket:

uplink_python.errors.InternalError: ‘internal error’

uplink-python doc says :<<InternalError is raised when there is an issue in resolving a request sent to uplink, it might be due to an invalid or incorrect parameter passed.>>

I’ve discovered that bucket name must be lower case but I didn’t found nothing about it
on doc :

or it may be obvious. I didn’t know that

:slight_smile:

Hi @Mike1
This is a restriction of s3 buckets

2 Likes