Questions tagged [openstack-swift]

Swift is a massively scalable redundant storage system providing an object storage similar to Amazon's S3. Project was started in August 2009 and is part of OpenStack.

Related tag: , see also http://OpenStack.org.

339 questions
0
votes
3 answers

Can not debug java.lang.NoClassDefFoundError: com/google/inject/internal/util/$Preconditions

I am trying to make an applet for uploading files to openstack swift using jclouds. And I am facing the NoClassDefFoundError, following is the stacktrace: Exception in thread "main" java.lang.NoClassDefFoundError:…
Anil Bhargava
  • 64
  • 1
  • 4
0
votes
1 answer

Adding new user to KeyStone-OpenStack using Android

I'm trying to create new user to OpenStack using the api given in this link http://docs.openstack.org/api/openstack-identity-service/2.0/content/POST_addUser_v2.0_users_Admin_API_Service_Developer_Operations-d1e1356.html I have passed the token…
Lou Agojo
  • 31
  • 1
  • 5
0
votes
2 answers

How Swift response for the scenario that file overwriting and deletion are happened simultaneously(overwriting first then deletion)

Under the condition of "allow_versions" set to "FALSE" or "TRUE", for both cases, how Swift response for the scenario that a file is under overwriting while delete request come in simultaneously(with the order of overwriting first then deletion)?…
Simon Li
  • 11
  • 4
0
votes
1 answer

Swift (OpenStack Storage) Installation

I have tried install Swift by this instruction And when I try install swift from sources (after git clone) I get error from python installer: Traceback (most recent call last): File "setup.py", line 22, in pbr=True) File…
0
votes
1 answer

iam installing swift using below link and i get this error Unauthorized

I am using a tutorial: http://swift.openstack.org/development_saio.html I'm currently trying to create a swift environment for some test, but got the following error when getting an X-Storage-Url and X-Auth-Token using test…
0
votes
1 answer

Is there web front-end of Swift written in Python?

ownCloud is a solution, but it is written in PHP and too huge. Is there any other open source project written in Python. Or I want to write a web front-end for swift based on Python Django, is this a good idea? Thanks!
Honghe.Wu
  • 5,899
  • 6
  • 36
  • 47
0
votes
1 answer

How OpenStack Swift handles concurrent restful API request?

I installed a swift service and was trying to know the capability of handling concurrent request. So I created massive amount of threads in Java, and sent it via the RestFUL API Not surprisingly, when the number of requests climb up, the program…
Chen Xie
  • 3,849
  • 8
  • 27
  • 46
0
votes
1 answer

The memory use of the Swift Storage Node is too high

I am testing the performance of Swift. The environment is composed of 1 Swift Proxy Node and 3 Swift Storage Nodes. Each of the storage nodes has the RAM of 2GB and is mounted on a distribution of 100GB. At first, the result of throughputs is…
kururu
  • 1
  • 3
0
votes
1 answer

Can't use tempurl with put method to upload

I have installed keystone and swift and had proxy-server.conf configured. I can generate a temp url to download a object without any promblem.. But when I use the same way(I did changed the method into "PUT") to generate a temp url to upload a…
shadowlin
  • 31
  • 6
0
votes
1 answer

Is there a SQL API wrapper in Python for swift object storage?

My OpenStack based project plans to use swift object storage as a database. To ease the development work, I wonder if there is any SQL API wrapper in Python for swift object storage. If no SQL wrapper, is there any other helper project for swift?
TieDad
  • 9,143
  • 5
  • 32
  • 58
0
votes
1 answer

Are there any desktop tool to access Swift Storage?

I am in a project using Swift Storage and I want to find some desktop tools that can work well with Swift Storage. The 'Gladinet Destop' may be a good choice, but it doesn't seem very suitable for Swift Storage. (It meets some other Cloud Files…
kururu
  • 1
  • 3
0
votes
1 answer

OpenStack_Swift_Installtion

can anybody upload to date swift installation document as everything single document is outdated.I have been trying to deploy openstack swift but cant get the swift working because instruction are not clear so can anyone please direct me to the…
0
votes
1 answer

file not uploading in swift storage

I am using the formpost method of swift server to file upload. some time file get uploaded. But some time not. On swift server log I am getting 499 httpcode. Please help me to solve this problem.
Vipin Nemade
  • 115
  • 1
  • 5
  • 12
0
votes
2 answers

file size increased during upload

I am uploading file using httpclient. After uploading file size get changed. During file upload some extra things get added in to file. Before uploading file it contains: hi this is vipin check After uploading the file…
Vipin Nemade
  • 115
  • 1
  • 5
  • 12
0
votes
1 answer

Internal Server Error when using php cloud files with swift openstack

I am currently using php could files as API for swift on a SAIO install with tempauth . Executing the php file: require('cloudfiles.php'); $username="test:teste"; $api_key="AUTH_tkfec9a726c0584d3d8f0150eb36446fd4"; $auth = new…
Mas
  • 111
  • 1
  • 3
  • 7
1 2 3
22
23