Skip to content

tolower() the S3 bucket name #7

@jamesabel

Description

@jamesabel

Currently the S3 bucket that pyship uploads to uses the author and application strings verbatim. However, S3 requires that bucket names be lower case only. So, if the author or application names has any upper case letters, we'll get an InvalidBucketName error.

The easiest solution is probably to tolower() all strings used to access (create, write, read) the bucket name.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions