Questions tagged [object-storage]

332 questions
15
votes
2 answers

Extract file from file storage object in flask

I am learning how to work with file uploads in flask. Earlier from here, i worked with pdf file uploads and read the contents of it. This happens inside client.py file. Now i would like to pass my file from client to server that is running locally.…
dhinar
  • 649
  • 3
  • 15
  • 34
10
votes
1 answer

How do I dump a joblib or pickle file in Bluemix Object Storage?

I am working with a Python app with Flask running on Bluemix. I know how to use Object Storage with the swiftclient module for creating a container and saving a file in it, but how do I dump a joblib or pickle file contained within it? And how do I…
sagar43
  • 2,734
  • 2
  • 22
  • 45
7
votes
2 answers

Object storage for a web application

I am currently working on a website where, roughly 40 million documents and images should be served to it's users. I need suggestions on which method is the most suitable for storing content with subject to these requirements. System should be…
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
2 answers

Uploading file to Google Storage without saving it to memory

I want to upload files from the frontend directly through the backend into a Google Storage bucket, without saving it entirely in memory on the server first. I've added an endpoint similar to the example from the Google docs and it works. However,…
jz22
  • 1,640
  • 2
  • 20
  • 37
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
  • 685
  • 1
  • 6
  • 24
4
votes
2 answers

Bucket name seems to still be in use after deleting it

Using the Java S3 SDK, I can create buckets and put objects in them and list contents and delete buckets. The only thing I cannot do is create the same bucket again after deleting it. In the stack trace shown below, I have previously created a…
4
votes
2 answers

Using S3 Cloud Storage on IBM Bluemix

I am planning to use S3 Cloudstorage in IBM Bluemix but then one strange thing I found is that there is no way to add the custom META-DATA to the objects which are stored in S3 bucket. Is there a way I can add custom Meta-Data to the objects and if…
Nilesh
  • 41
  • 1
4
votes
1 answer

Atmos - Cyberduck

If you like to use the S3 with the popular Cyberduck app, from Swisscom Application Cloud you have to use a custom connection profile with AWS2. You can find this profile here for download Authentication with signature version AWS2 Incomplete…
4
votes
1 answer

How to connect dashDB (on Bluemix) with Object Storage (on Bluemix)?

I am using Public Bluemix. I have provisioned a dashDB service instance using my IBM ID in Bluemix. I have also provisioned a Object Storage service. I would like to load files from Object Storage into dashDB. When I try to define a load job in…
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,207
  • 2
  • 8
  • 15
3
votes
1 answer

Getting HTTP Client error using the s3 client

Operating system is Ubuntu 16.04 Python version is 3 Installed the AWS CLI using PIP AWS CLI version is aws-cli/1.16.309 Python/3.6.9 Linux/4.20.17-042017-generic botocore/1.13.45 I set the HMAC creds correctly and type the following in my command…
3
votes
0 answers

How to upload folder structure to minio (ObjectStorage)

It seems I can upload a file to minio (Web app), but a folder. An alert popped up every time as Error occurred uploading 'folder_name'. Is this forbidden action? If I want to do that, how can I work around? Thanks
dosuken123
  • 298
  • 2
  • 6
  • 19
3
votes
2 answers

Storing object with Control-Cache header in object storage is unachievable

I did upload an object with Cache-Control as parameter and it does not take effect in object storage bucket but it does in AWS S3 bucket using the same code: $s3Client->putObject([ 'ACL' => 'public-read', 'Bucket' =>…
3
votes
1 answer

IBM Cloud Object Storage - what is the data consistency / visibility model?

What guarantee does IBM's Cloud Object Storage provide regarding data consistency / visibility? AWS's is basically read-after-write for new objects, and eventual consistency for updates/deletes. So, what is the data consistency model for IBM's…
Josh
  • 4,407
  • 1
  • 18
  • 31
1
2 3
22 23