Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
71 views

running swift tempurl --prefix-based GET 600 "/v1/AUTH_project/container/my/prefix/" "mykey12345" returns /v1/AUTH_project/container/my/prefix/?temp_url_sig=abc0987&...
Matthias's user avatar
0 votes
1 answer
67 views

I am writing a Python script using python-swiftclient and zipfile to zip and upload files to the Swift API endpoint of an Openstack Object Store. I store the zipped data in memory as an io.BytesIO ...
Dave's user avatar
  • 511
1 vote
0 answers
175 views

---Relevant Info--- Custom Hook # -*- mode: python ; coding: utf-8 -*- from PyInstaller.utils.hooks import collect_submodules from PyInstaller.utils.hooks import copy_metadata from PyInstaller.utils....
Cristian Diaz's user avatar
0 votes
1 answer
72 views

I want to send my statsd metrics from object server module of swift open stack to multiple hosts. How should I change my object-server.conf in /etc/swift path? The present version of object-server....
Mehran's user avatar
  • 1
0 votes
1 answer
136 views

I am new to OpenStack Swift and I am trying to add single/multiple metadata to an object using REST APIs. However, although I receive a 202 success response for the request, when I try to retrieve the ...
Surya Kumar Kumaravelan's user avatar
0 votes
1 answer
293 views

Swift Use Case I am currently working on an application that could leverage the ability to add in custom middleware into Swift. Currently that involves a custom auth middleware module, but could be ...
cbolles's user avatar
  • 505
0 votes
1 answer
109 views

WIth openstack swift I can set a date for an object to be expired. After this date or at this date a daemon will take care of delete the object. But if I regreat and want to cancel the expiration date,...
paulorodriguez's user avatar
0 votes
1 answer
243 views

I am using openstack container to enable integration testing against swift The container used is : https://hub.docker.com/r/jeantil/openstack-swift-keystone-docker/ And the steps followed are : https:/...
SHUBHENDU SAURAV's user avatar
0 votes
1 answer
976 views

I own Object Storage containers at OVH. I found how to copy a file from one container to another: swift copy -d /"Destination container" "Initial container" "File" It ...
jejedu67's user avatar
0 votes
1 answer
589 views

Is it possible to limit replication on OpenStack Swift to one or possibly 2? 3 data replicas are currently being created.
kojders's user avatar
0 votes
1 answer
246 views

I installed OpenStack on my local Ubuntu machine and can access the dashboard using a local IP address. I want to get the list of files on the storage from an external Spring Boot application. I ...
Saurabh Rana's user avatar
  • 3,586
0 votes
2 answers
1k views

I'm not python programmer. But I need to write middleware for Openstack Swift. I don't know what environment the code running in. I have no control over the main thread. I'm tyring to start sub-thread ...
Hett's user avatar
  • 3,876
0 votes
1 answer
101 views

OpenIO 7.2.0. I have an OpenIO with keystone (queens) auth cluster. By default any user can configure his own acls and public url. I would like to restrict user only for read and write in containers ...
sacha.p's user avatar
  • 183
0 votes
1 answer
694 views

I need to create ec2 credentials, analog to CLI command: openstack ec2 credentials create which should return me access and secret keys. I had run over https://docs.openstack.org/openstacksdk/latest/...
Areso's user avatar
  • 97
0 votes
1 answer
543 views

How can I have the OpenStack Swift cli list the columns in the output for the swift list like swift list --lh? I currently see the following user@server1:~$ swift list --lh 164006 30G 2020-03-...
Ryan Gates's user avatar
  • 4,579
1 vote
1 answer
346 views

A solution I work on stores files in OpenStack's Swift but the files are spread out into multiple containers. I have been told this is because the performance is awful after about a million files in a ...
Marcel Gosselin's user avatar
0 votes
1 answer
358 views

Hi I am trying to start openstack swift container, object, account but everytime I am getting the same error for those three cases. root@nijhum-17101142:/etc/swift# swift-init object start Starting ...
Mushfikunnabi Nijhum's user avatar
0 votes
1 answer
74 views

I want to write openstack/swift middleware. but I don't know where to put my code after development so that I can put it on the pipeline later. According to it's document I have to put it on /opt/...
Mohammad Abdollahzadeh's user avatar
0 votes
2 answers
566 views

I'm trying to switch from openStack v2 to v3 but I'm having trouble requesting a token. here is the POST request { "auth": { "identity": { ...
Mel's user avatar
  • 745
0 votes
0 answers
533 views

I'm looking at an open source Swift library that is able to split an InputStream into multiple BoundedInputStream objects, given a total stream size (to know when to stop creating bounded input ...
Azianese's user avatar
  • 644
0 votes
1 answer
1k views

I am getting the following error running this: Command: [root@controller s3-curl]# ./s3curl.pl --debug -id personal http://controller:8080/v1/AUTH_aa58420177714dc89e6f06bf96dee164/container1/s3-curl....
Hatter's user avatar
  • 1
0 votes
1 answer
106 views

I am using php sdk openstack v1 for opencloud and I would like to know while creating container I want to add custom header for "X-Storage-Policy" then how can i add custom header?
Amar's user avatar
  • 57
1 vote
0 answers
336 views

I'm using a swift bucket on OVH The CLI tool swift -A $OS_AUTH_URL -U $OS_USERNAME -K $OS_PASSWORD list -l foto-condivise works smoothly. My config is: s3proxy: image: andrewgaul/s3proxy ...
lrkwz's user avatar
  • 6,630
1 vote
0 answers
149 views

I'm trying to read a json file stored on my OVH object storage (openstack). I set everything up : import pyspark from pyspark.sql.session import SparkSession spark = SparkSession.builder.appName("...
Jean-Luc Bonnaux's user avatar
0 votes
1 answer
359 views

I am curreny using cyberduck for the storage cloud of ovh. However, I received an email from OVH to inform me that I have to move from keystone v2.0 to keystone v3 before 24/03/2020. I have tried a ...
Florian's user avatar
  • 21
1 vote
2 answers
1k views

I created an OVH Public Cloud Object Storage Public Container and I can't disable the ability for everyone to list objects in this container. OVH uses OpenStack Object Storage. It is really annoying, ...
ybert's user avatar
  • 1,002
0 votes
1 answer
231 views

i am trying to upload a sqlite.db(binary file) to a swift container using swiftclient in my python code. import swiftclient swift_conn.put_object File "/usr/lib/python3.7/codecs.py", line 322, in ...
lamaGra's user avatar
  • 35
0 votes
1 answer
111 views

Is it possible to have a database like Cassandra or any other on top of openstack swift so there is no need to worry about data size? Is this a common approach or is several small servers the better ...
Sergeant's user avatar
  • 151
0 votes
2 answers
1k views

I would like to setup an Openstack Swift cluster on Centos 7 with TempAuth authentication method. In the prerequisite section of the official tutorial it is requested to source the admin-openrc ...
suser's user avatar
  • 1
1 vote
0 answers
362 views

We're using openstack swift what is the best way to zip a file which already is uploaded to swift container. We need to this because we don't want to ideally download this file as it will be quite ...
Vishal's user avatar
  • 12.4k
0 votes
1 answer
342 views

I am attempting to access Openstack Swift from Spark 2.4 but I get an error. org.apache.hadoop.fs.swift.exceptions.SwiftAuthenticationFailedException: Authenticate as tenant '...
ozzieisaacs's user avatar
0 votes
1 answer
402 views

Sometimes I get errors when I download files from a cloud with python-swiftclient, like this one: Error downloading object 'uploads/1/image.png': Object GET failed: https://orbit.brightbox.com/v1/...
Hirurg103's user avatar
  • 4,973
0 votes
2 answers
782 views

I have created a IBM cloud Object storage service and i have created objects i.e image files in it. I am looking for the steps to access the images as public URLs. I did some initial research and ...
aram's user avatar
  • 71
0 votes
1 answer
140 views

I'm currently using ocata ROD distbution and l'm trying to implement openstack with glusterfs as a cinder volume. But I'm getting module load error. Please advise if ocata is supporting ...
Prakash Asokan's user avatar
0 votes
1 answer
2k views

I have files stored in an Openstack Swift container (object storage). I usually access them through an API, like this : _oApi.Swift.GetObject(containerName, fileName, outputStream); Now, I have a ...
jevannie's user avatar
  • 396
3 votes
0 answers
844 views

I am very new to Ceph and not yet very seasoned with Spring Boot Java application development either. I have set up a Ceph Object Storage cluster with Swift Object Gateway. Now I have a Spring Boot ...
Bellinda Baumgartner's user avatar
1 vote
1 answer
478 views

I am currently working on Swfit. For safe, the op ask me to set password for rsync. While, as we use Swift, we just set rsync work as server with "/etc/rsync.conf" , then Swift works as the client ...
kip's user avatar
  • 11
2 votes
0 answers
43 views

I am learning Openstack swift storage. What will happen when updating/writing and reading Openstack Swift object/container at the same time? Any hints welcomed. Thanks
BAE's user avatar
  • 9,056
1 vote
1 answer
66 views

From doc, the ACL should look like <project-id>:<user-id>. But does <project-id>:<user-name> also work?
BAE's user avatar
  • 9,056
1 vote
0 answers
58 views

I am reading JOSS here. I got the following Class definition from https://github.com/javaswift/joss/blob/master/src/main/java/org/javaswift/joss/command/shared/container/StoredObjectListElement.java. ...
BAE's user avatar
  • 9,056
3 votes
1 answer
6k views

I am confused by tenant in openstack and swift. I have multiple machines on C3 under tenant called myTenant. Here tenant is the same with project. I cannot understand what do tenant and project mean ...
BAE's user avatar
  • 9,056
1 vote
0 answers
86 views

How to connect to IBM cloud object swift with R? I've had that informations: auth_url = "https://dal05.objectstorage.softlayer.net/auth/v1.0", username = "my_user_name", password = "...
Kirill Panin's user avatar
0 votes
1 answer
901 views

How to configure open stack swift proxy with Nginx? Basically I want to upload large file to swift storage node through swift proxy without REST interface. Is it possible to upload a file with out ...
Santhosh's user avatar
1 vote
2 answers
24k views

I'm getting crazy with rsync which gives me a "connection refused" error. Here's my problem: I have two servers, used to store datas, with rsync installed on because I need that both servers stay ...
Apokalos's user avatar
  • 144
0 votes
1 answer
411 views

i have installed the latest OpenStack and I'm using Java and jclouds SDK to interact with OpenStack Swift, in the OpenStack environment that I'm using, the identity API version is /identity/v3/ and ...
ibr's user avatar
  • 447
0 votes
1 answer
139 views

I'm new in Swift and I'm trying to learn its functionality. I have two question for you regarding the ring and the consistent hashing algorithm. When we want to store an object, we take its path (for ...
Apokalos's user avatar
  • 144
0 votes
1 answer
307 views

I'm using java Jclouds to upload to a container inside an OpenStack Swift, the upload is going fine on the root, but when i pass a path(contains folders then the file), the file is uploaded but also ...
ibr's user avatar
  • 447
0 votes
1 answer
257 views

im using Java and the jclouds SDK to upload files to a Swift container as multipart, the uploading is going fine yet i need to add metadata to the file, i noticed that there is a function called ...
ibr's user avatar
  • 447
4 votes
0 answers
456 views

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' ...
jonb's user avatar
  • 885
0 votes
1 answer
492 views

I'm using jclouds java SDK to upload to Swift Container i saw the code in which i upload as a multipart,i already upload as a multipart as input stream using the code try (ByteArrayInputStream ...
ibr's user avatar
  • 447

1
2 3 4 5
7