Skip to content

Commit

Permalink
Added import to get_utf8able
Browse files Browse the repository at this point in the history
  • Loading branch information
catleeball authored Mar 28, 2019
1 parent 2f202c9 commit ce9288b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boto/s3/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
from boto.s3.key import Key
from boto.resultset import ResultSet
from boto.exception import BotoClientError, S3ResponseError
from boto.utils import get_utf8able_str


def check_lowercase_bucketname(n):
Expand Down

0 comments on commit ce9288b

Please sign in to comment.