Questions tagged [cloud-storage]

Cloud storage is a model of networked enterprise storage where data is stored in virtualized pools of storage which are generally hosted by third parties. Hosting companies operate large data centers, and people who require their data to be hosted buy or lease storage capacity from them.

The data center operators, in the background, virtualize the resources according to the requirements of the customer and expose them as storage pools, which the customers can themselves use to store files or data objects. Physically, the resource may span across multiple servers. The safety of the files depends upon the hosting websites.

Cloud storage services may be accessed through a web service application programming interface (API), a cloud storage gateway or through a Web-based user interface.

272 questions
31
votes
2 answers

Is there Google Cloud Storage emulator?

For the purpose of testing, I would like to mock Cloud Storage because it slows tests down. Is there Google Cloud Storage emulator?
Evgeny Timoshenko
  • 3,119
  • 5
  • 33
  • 53
27
votes
8 answers

Cross Cloud Storage Adapter?

Do any APIs/Libraries/tools exist that act as adapters/provider interfaces for accessing different cloud storage services through a common interface? Something similar to ODBC or OLE-DB, except for cloud storage instead of databases. Such that, if…
AaronLS
  • 37,329
  • 20
  • 143
  • 202
19
votes
3 answers

File Storage Abstraction module for Node.js?

Working on applications in PHP, I like to use a file storage abstraction layer (for instance Flysystem). This makes it trivial to switch between locations where files should be persisted to (cloud storage, local drive, ZIP, whatever). Currently I am…
Potherca
  • 13,207
  • 5
  • 76
  • 94
17
votes
3 answers

Use Google Drive (or any cloud storage) as development workspace?

This somewhat applies to all cloud storage, but specifically I'm wondering: Is it practical to use Google Drive as a root development folder? For example with setup like this: C:\Google Drive \Projects\... \Photos\... …
Terry
  • 14,099
  • 9
  • 56
  • 84
11
votes
8 answers

Azure storage table delete row by row key

I am trying to delete row from azure storage filter by only rowkey value. But I dont see any overload for delete operation where we can filter with only rowkey. Is there any alternative option to delete row from azure storage table for records with…
Kurkula
  • 6,386
  • 27
  • 127
  • 202
11
votes
2 answers

How to Benchmark Cloud Storage Systems such as Amazon S3

I have developed a cloud storage system that uses the same API structure as Amazon S3. Now I want to run some performance tests on getting object data and object metadata. In such a way that I can compare my system with Amazon S3, OpenStack storage…
leon
  • 10,085
  • 19
  • 60
  • 77
9
votes
2 answers

Amazon S3 GUI client for OS X that allow AWS STS assume role

In our AWS infrastructure, we are using AWS Organisations, a way to centralize the user accounts and let them assume a role in other AWS accounts of our company. This allows us to isolate each environment and at the same time allow to have just one…
9
votes
1 answer

How to programmatically create and manage Google Forms via Google Document List API

We have a very specific need. We want to create a generic (Java based) registration system for Event organizers. So every Event organizer can define a custom form on our application, and then we collect the data from users for that particular event.…
sachinaero
  • 205
  • 1
  • 3
  • 7
8
votes
2 answers

Why is Google Drive deleting my Git files?

I use a local Git repository (no remote version) for my personal projects. Everything gets synced to Google Drive, including Git files and directories. Yesterday I noticed that two classes had disappeared from my working copy. I used Git checkout to…
lfk
  • 2,423
  • 6
  • 29
  • 46
7
votes
1 answer

docker container process running as non-root user cannot write to docker volume

TLDR everyone recommends processes within containers should never run as root (except for kubernetes) there doesn't seem to be a good devops/configuration-as-code approach to get the right owner/permissions set on docker volumes, so the (non-root)…
Chris Maes
  • 35,025
  • 12
  • 111
  • 136
7
votes
0 answers

Free Cloud storage provider with an API WITHOUT oauth?

Anybody knows a FREE (some free volme, 2-5 GB i mean - continuously, not just the first year like Amazon S3) cloud storage provider which has an API that does NOT use oauth ? I need that to make regular backups to from a console service (scheduled…
Stefan Steiger
  • 78,642
  • 66
  • 377
  • 442
6
votes
3 answers

Why randomize your file names for cloud storage/CDN?

When you look at a profile picture on a social networking site like Twitter, they store image files like: http://a1.twimg.com/profile_images/1082228637/a-smile_twitter_100.jpg or even with a date somewhere in the path like 20110912. The only…
Adam
  • 4,590
  • 10
  • 51
  • 84
6
votes
1 answer

import cloudstorage, SyntaxError: invalid syntax

I would like to use Google Cloud Storage Client Library Functions. For that I have to import cloudstorage. To get the cloudstorage I download Google Cloud Storage client library. I try to import cloudstorage using python -c "import cloudstorage".…
Fariborz Ghavamian
  • 809
  • 2
  • 11
  • 23
6
votes
1 answer

Azure blob storage: Shared access signature for multiple containers?

I'm creating an application that will be hosted in Azure. In this application, users will be able to upload their own content. They will also be able to configure a list of other trusted app users who will be able to read their files. I'm trying to…
BenjiFB
  • 4,545
  • 10
  • 46
  • 53
6
votes
2 answers

Best method to store data in android application?

I am new at Android programming and trying to create an application which shows up pre-defined quotes, poems etc. I want to know what is the best way to store these strings in the application? SQLite Database, XML file, text file? Any suggestions…
Keya
  • 859
  • 3
  • 9
  • 17
1
2 3
18 19