Fix S3 URL Regex to allow slashes in key names.
This commit is contained in:
parent
6a7abf28e9
commit
403250e919
@ -6,5 +6,5 @@ url_bases = [
|
||||
|
||||
url_paths = {
|
||||
'{0}/$': S3ResponseInstance.bucket_response,
|
||||
'{0}/(?P<key_name>[a-zA-Z0-9\-_.]+)': S3ResponseInstance.key_response,
|
||||
'{0}/(?P<key_name>.+)': S3ResponseInstance.key_response,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user