summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Ball <43632885+catleeball@users.noreply.github.com>2019-03-27 17:51:13 -0700
committerGitHub <noreply@github.com>2019-03-27 17:51:13 -0700
commitce9288bb882ce438f5a5363b6f22d5ab3bc47672 (patch)
tree3346f856ec5b94410a04d4c38b516e7f7d9df635
parent2f202c95b8021d56466ebd62383664a1cf3992a0 (diff)
downloadboto-ce9288bb882ce438f5a5363b6f22d5ab3bc47672.tar.gz
Added import to get_utf8able
-rw-r--r--boto/s3/connection.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/boto/s3/connection.py b/boto/s3/connection.py
index 6893c309..906915f3 100644
--- a/boto/s3/connection.py
+++ b/boto/s3/connection.py
@@ -35,6 +35,7 @@ from boto.s3.bucket import Bucket
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):