-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request