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
1
vote
3 answers

OpenStack Swift : add Cache-Control and Expires headers

I have file objecs stored in an OpenStack Swift container, and I can specify the Content-Type and Content-Disposition headers with the POST object requests. Yet, I'm not capable to set the Cache-Control and Expires header to control so browsers…
Julien Portalier
  • 2,959
  • 1
  • 20
  • 22
1
vote
1 answer

How to list objects and (virtual directorys) using the REST API for OpenStack Object Store(Swift)

we use the REST API for OpenStack Object Store(Swift). guessing the following structure does exist in the OpenStack Object…
zirbel
  • 402
  • 1
  • 5
  • 23
1
vote
1 answer

FI-LAB:Object storage authentiaction

I have community account in Lannion2 node, they have working ObjectStorage GE implementation (at least it works via cloud menu). The problem is I cannot access the ObjectStorage API beacause of authentication procedure. It seems the authentication…
Xyz
  • 1,522
  • 17
  • 23
1
vote
2 answers

Openstack Swift Cors Configuration

do you have any idea or link resources on how to configure swift to allow cors. Currrently im doing javascript upload function in openstack swift but im getting an error "No Access-Control-Allow-Origin". Thanks
darrel
  • 51
  • 5
1
vote
1 answer

Interaction between components in OpenStack

i am quite noobie about OpenStack components and role, and i am having trouble understanding how each component works and when they operate; Suppose that i have a certain image in my openStack storage and a client uses it and complete some…
Rotom92
  • 696
  • 1
  • 7
  • 20
1
vote
1 answer

Javaswift JOSS best practice for AccountFactory

Have an application that puts, gets and deletes objects to/from an openstack swift object store. I use JOSS as the java api. What is the best practice for using the AccountFactory object? Should it be instantiated and held for the life of the…
1
vote
3 answers

Change replication factor of selected objects

Is there any cloud storage system (i.e Cassandra, Hazelcast, Openstack Swift) where we can change the replication factor of selected objects? For instance lets say, we have found out hotspot objects in the system so we can increase the replication…
1
vote
1 answer

Openstack swift - deny deleting and modifying objects

Is there a way to configure a container so that for a certain user it allows creation of new objects, but denies deletion and modification of existing objects? My case is that I provide a web service which receives and serves files using remote…
Mihai Caracostea
  • 8,336
  • 4
  • 27
  • 46
1
vote
1 answer

Improve download/delete speed of large chunked files in Openstack Swift

I am facing the problem of slow deletes and downloads using Cyberduck (or similar Openstack Browsers such as cloudberry) when accessing large files that were chunked into small parts. See for Opentack Swift chunking link. The large files, are…
Guido
  • 19
  • 1
1
vote
1 answer

Guide to install keystone on SAIO

I'm new to openstack, I have just installed and configured Swift using vmware. Followed this instruction: http://docs.openstack.org/developer/swift/development_saio.html Right now SAIO uses tempauth to authenticate, I am able to access the cloud…
realitylex
  • 15
  • 3
1
vote
2 answers

Connect to OpenStack Swift ONLY install using Rackspace OpenStack.net

I've been able to install and get OpenStack Swift up and running. My installation is strictly Swift, does not include Keystone or other OpenStack components. When I use the curl command I am able to create users and do my Swift tests making sure…
user1913559
  • 301
  • 1
  • 13
1
vote
1 answer

How to get metadata/headers of an Amazon S3 Bucket in Python (Boto lib) like in Openstack Swift?

I'd like to get the list of metadata/headers of an amazon s3 bucket? I can get the metadata in OpenStack Swift Storage like following -> the curl command that request the metadata: curl -i http://localhost:8080/v1/AUTH_test/container1 -X HEAD -H…
Celik
  • 2,311
  • 2
  • 32
  • 54
1
vote
2 answers

Does POST request to /v1/ in OpenStack Swift create that account?

I'm having trouble interpreting this page: http://docs.openstack.org/api/openstack-object-storage/1.0/content/POST_updateAccountMeta__v1__account__storage_account_services.html It says that the POST request to account/ should update that account's…
Victor Pudeyev
  • 4,296
  • 6
  • 41
  • 67
1
vote
1 answer

jclouds - use authentication v1 for openstack-swift?

I have an openstack-swift blob store set up with v1 authentication that I wish to access via jclouds. Is there a way to do this? (As far as I can tell, the KeystoneAuthenticationModule is always installed.) Thank you.
user3841942
  • 41
  • 1
  • 3
1
vote
1 answer

unable to get resolve Incomplete output stream error jclouds

I encountered an exception while trying to put an object using swift: org.jclouds.http.HttpResponseException: Incomplete output stream connecting to PUT http://xxx.xx.xx.xxx:8080/v1/AUTH_2c5c2fbbfe22422496d5ebf6861199f2/myContainer1/ HTTP/1.1 …
jagan
  • 21
  • 1
  • 5