django-swiftbrowser
django-swiftbrowser copied to clipboard
Simple web app build with Django and Twitter Bootstrap to access Openstack Swift.
It's quite complicated to select what to commit without a .gitignore file
`python-keystoneclient` is needed for keystone authentication
We'd like to run django-swiftbrowser with a different authentication mechanism, so to avoid the user having to log in twice (once to our SSO, then to the user accessing swift),...
Hello, I have a Openstack swift installed with keystone. I have installed this swift browser but getting some error after the login page. Are there any credentials for testing? Can...
If the Swift proxy returns a list of available storage policies when querying /info, it should be possible to select a non-default when creating a new container.
The following changes add pagination among containers. It is achieved by using a basic form and POST. The backend keeps track of what "marker" the user is at with a...
When I uploaded an object, it returns "Unauthorized, this server could not verify that you are authorized to access the document you requested.'. But actually the object has been successfully...
Hi, I've installed OpenStack(Juno) with 5 compute node, 1 network node and 1 controller node, using CentOS 7. I'm trying to use Django-Swfitbrowser: pip install pyssf in /usr/local/src ->git clone...
swiftbrowser is not really usable if a user has no permission on the account level (ie list containers). A user could manually add a known containername to the URL, but...