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
2
votes
0 answers

Swift authentication when try to connect via API

I am a team member of research group and my current research needs to use Openstack Swift. We have installed Openstack Juno and it works perfectly. For installation Packstack have used used. The swift service is also installed on the server and it…
2
votes
0 answers

How to resolve Python swit client JSONDecodeError: No JSON object could be decoded

I am using python-swiftclient 2.6.0 version 1.60 on one of my amazon cloud. I was trying to download the container from other cloud and I am using swift command line library to do that. However script fails in the middle throwing swit client…
Srikanth Bhandary
  • 1,707
  • 3
  • 19
  • 34
2
votes
1 answer

error in configuring JOSS

I use the sample described in http://joss.javaswift.org/ here is my code: import org.javaswift.joss.client.factory.AccountConfig; import org.javaswift.joss.client.factory.AccountFactory; import…
jahande
  • 69
  • 9
2
votes
1 answer

FIWARE Object Storage "no tenants available"

When using the Object Storage GE node.js connector implementation from https://github.com/arvidkahl/fiware-object-storage we encounter the problem "no tenants available". We tested with two different community accounts where we first set up an…
eFMM
  • 51
  • 4
2
votes
1 answer

is there a way to automate OpenStack Swift operations with Ansible

I'm currently working on developing an OpenStack based private cloud offering, and a question of Swift automation came up. We are using Ansible to automate Nova compute tasks, and I was wandering if there was an Ansible module for automating Swift…
Eugene Goldberg
  • 14,286
  • 20
  • 94
  • 167
2
votes
1 answer

Backing up an OpenStack Swift Object Store

We're using OpenStack's Swift Object Store to store user data. I appreciate that our Cloud provider has their own backup/redundancy system in place, but we want to implement our own backup system that stores a copy of everything offsite – somewhere…
Sydin
  • 607
  • 5
  • 14
2
votes
1 answer

CEPH + S3 Java SDK + presigned PUT + CORS = FAIL

I am looking for the magic formula to get CEPH + S3 Java SDK + presigned PUT url + CORS working. We are able to create a bucket and then apply a CORS configuration to the bucket. We are then able to create a pre-generated PUT url that we then send…
hubbardr
  • 3,153
  • 1
  • 21
  • 27
2
votes
1 answer

curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' url:8080/auth/v1.0 results in "HTTP/1.1 400 Bad Request"

I have tried to setup SAIO - Swift All In One as per instructions in "http://docs.openstack.org/developer/swift/development_saio.html" But when I execute "curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' url:8080/auth/v1.0", it…
2
votes
3 answers

How to set HTTP header in Apache JClouds?

I'm using Apache JClouds to connect to my Openstack Swift installation. I managed to upload and download objects from Swift. However, I failed to see how to upload dynamic large object to Swift. To upload dynamic large object, I need to upload all…
fengye87
  • 2,433
  • 4
  • 24
  • 41
2
votes
4 answers

How to upload photos and other files in OpenStack Object Storage(Swift)

I'm making an Android Application and trying to store files, e.g. docx, music, photos, videos in OpenStack object storage(Swift) using it's API.But I'm having a problem in storing these files. From the API that I got, it only stores the name of the…
Lou Agojo
  • 31
  • 1
  • 5
2
votes
1 answer

How to upgrade the ring file swift?

I am upgrading essax to grizzly. I noted this note https://lists.launchpad.net/openstack/msg16188.html which said after 1.60 swift would use a new format for the ring, but this note didn't specified how to upgrade the ring file.It just said " Once…
shadowlin
  • 31
  • 6
2
votes
1 answer

Not able to access Swift REST services from remote machine

I have installed OpenStack Swift service on machine 1 (Centos 6) by following instructions given on http://docs.openstack.org/developer/swift/development_saio.html. I am able to retrieve token using curl on the same environment. curl -v -H…
Chetan Shirke
  • 896
  • 4
  • 13
  • 35
2
votes
1 answer

Why containers and objects are not getting deleted from file system for Swift?

Say I create a container on swift storage node with following command. curl -v -X PUT -H 'X-Auth-Token: AUTH_tkf0685272b8f64c80a97727141a64a7ca' http://www.tempwebsite.com:8080/v1/AUTH_test/tempcontainer If I check in my file system where swift…
genonymous
  • 1,598
  • 3
  • 18
  • 27
2
votes
1 answer

Force expiring OpenStack Swift Tokens

Is there a way to force expire or revoke OpenStack Swift Tokens? I am looking some API method to do this. Bing / Google search didn't return anything useful.
Saqib Ali
  • 3,953
  • 10
  • 55
  • 100
2
votes
1 answer

Is the Amazon S3 Bucket Policy equivalent in OpenStack Swift world?

Is the Amazon S3 Bucket Policy equivalent in OpenStack Swift world? We would like to restrict access for certain containers to specific IP addresses. No other IP addresses should be able to access those containers.
Saqib Ali
  • 3,953
  • 10
  • 55
  • 100