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
19
votes
1 answer

issues working with python generators and openstack swift client

I'm having a problem with Python generators while working with the Openstack Swift client library. The problem at hand is that I am trying to retrieve a large string of data from a specific url (about 7MB), chunk the string into smaller bits, and…
bacongobbler
  • 867
  • 6
  • 14
9
votes
5 answers

Amazon S3/OpenStack Swift API skeleton

I would like to implement a cloud storage service with the same interface of OpenStack Swift or Amazon S3. In other words, my cloud storage service should expose the same API of the above-mentioned services but with a custom implementation. This…
pAkY88
  • 6,262
  • 11
  • 46
  • 58
9
votes
2 answers

Can I install Swift (OpenStack Storage Infrastructure) of OpenStack without installing Nova?

I'm trying to use OpenStack but I'm very confused. I want to use SWIFT (OpenStack Storage Infrastructure) to storage data. But I don't know how to install it. I was trying to follow this tutorial but it installs ALL SERVICES on a server (Server1)...…
Sarah Sakamoto
  • 939
  • 1
  • 10
  • 13
7
votes
1 answer

Authentication with Swift using Joss

I created an Account (joss.model.Account) , in the configuration allowReauthenticate=true Almost immidiateley after account creation I call Access mAccess = mAccount.authenticate(); // (joss.model.Access) After that I need to use the token. I use…
YAKOVM
  • 9,805
  • 31
  • 116
  • 217
6
votes
0 answers

Openstack Swift Bulk Operations (Archive Auto Extraction) Best Practices

I have tested uploading objects into swift with a multi-threaded app that made individual requests to create objects. With 20 threads, I was averaging ~6 objects per second per thread. The math showed that it was going to take quite a long time to…
Roger
  • 2,063
  • 4
  • 32
  • 65
6
votes
1 answer

Spark Swift Integration Parquet

I have using Spark 1.3.0 and using it to write Parquet files to Openstack Swift Object store for a while now. I am using around 12 paritions for the parquet files which writes the parquet file in several parts on Swift. There's no problem in writing…
apurva.nandan
  • 1,061
  • 1
  • 11
  • 19
5
votes
1 answer

OpenStack Swift TempAuth authentication prod usage

Almost in every OpenStack Swift documentation is mentioned that TempAuth is a solution just for test non-prod environment (however it's fully functional). The key reason to don't use this approach in prod that user-creds are stored in plain…
user1459144
  • 4,439
  • 5
  • 28
  • 35
5
votes
1 answer

Unable to upload a file into OpenStack Swift 2.14.0 on a Raspberry Pi 3 because of "[Errno 13] Permission denied"

Creating and erasing buckets (containers) in my OpenStack Swift version 2.14.0 installation works well. It is a Swift only installation. No further OpenStack services like Keystone have been deployed. $ swift stat Account:…
Neverland
  • 773
  • 2
  • 8
  • 24
5
votes
1 answer

HttpURLConnection Already connected

I'm trying to replicate this, the copy sentence from openstack swift v1 (which works just fine): curl -i $publicURL/GXPrueba/StorageAPI/PruebaStorageCopy.png -X PUT -H "X-Auth-Token: $token" -H "X-Copy-From: /GXPrueba/StorageAPI/PruebaStorage.png"…
moondaisy
  • 4,303
  • 6
  • 41
  • 70
5
votes
1 answer

How to upload a file in Swift Storage system using python?

I want to upload a file in Swift. I executed this code in python : import swiftclient swift = swiftclient.client.Connection(auth_version='1',user='test:tester',key='testing',authurl='http://localhost:8080/auth/v1.0') # Create the swift…
Amelie
  • 535
  • 1
  • 5
  • 13
5
votes
4 answers

How to delete all objects from a folder/directory in open stack swift using rest api?

I want to delete all files and folders using folder or container path without listing all files in it. Is it possible?
hjjo
  • 105
  • 1
  • 6
4
votes
0 answers

Can't delete Swift Object from Swift Container

I uploaded malware file into benign container by mistake, and I'm trying it. I'm trying to remove file from 'Malware_Files' container. I know it's there because of the 'get' command, but the 'delete' command wouldn't work. I'm performing this…
jonb
  • 845
  • 1
  • 13
  • 36
4
votes
1 answer

Copy Swift object storage container to new openstack service

I have two OpenStack services, hosted by different providers and I'm trying to figure out the best way to copy an entire container from one service to the other. Right now I'm looking at two options: Somehow use the swift cli to copy the container…
bzmw
  • 5,897
  • 3
  • 22
  • 31
4
votes
3 answers

Public URLs For Objects In Bluemix Object Storage Service

I would like to upload a number of photos to the Bluemix Object Storage service and then display them in a web app. Right now a GET request to the photo in the object storage container requires and auth token. Is there any way I can create a…
Ryan Baxter
  • 1,237
  • 2
  • 8
  • 16
4
votes
0 answers

Is it possible to use the OpenStack.NET SDK with SoftLayer object storage?

SoftLayer Object Storage is based on the OpenStack Swift object store. SoftLayer provide SDKs for their object storage in Python, Ruby, Java and PHP, but not in .NET. Searching for .NET SDKs for OpenStack, I came across OpenStack.NET. Based on this…
Saxon Druce
  • 17,406
  • 5
  • 50
  • 71
1
2 3
22 23