diff --git a/moto/s3/urls.py b/moto/s3/urls.py index 5f9bc0cf..01092734 100644 --- a/moto/s3/urls.py +++ b/moto/s3/urls.py @@ -6,5 +6,5 @@ url_bases = [ url_paths = { '{0}/$': S3ResponseInstance.bucket_response, - '{0}/(?P[a-zA-Z0-9\-_.]+)': S3ResponseInstance.key_response, + '{0}/(?P.+)': S3ResponseInstance.key_response, }