ryan-roemer / django-cloud-browser

Django application browser for cloud datastores (Rackspace, AWS, etc.).
http://ryan-roemer.github.com/django-cloud-browser/
MIT License
81 stars 27 forks source link

S3 objects with white spaces are not supported #40

Closed yigal-rozenberg closed 4 years ago

yigal-rozenberg commented 4 years ago

When clicking on a S3 object (file) that includes white spaces there is a 404 error. Looks like the URLs need to be decoded and escaped characters need to be replaced in the document view code.

c-w commented 4 years ago

Thanks for reporting this. The behavior was fixed for paths in https://github.com/ryan-roemer/django-cloud-browser/pull/38 and now for document names in https://github.com/ryan-roemer/django-cloud-browser/pull/41.

c-w commented 4 years ago

@yigal-rozenberg A fix for this has been published in version 0.5.4 (PyPI, DockerHub).