268 questions
Advice
0
votes
1
replies
55
views
How can i be still useing a firebase project but be using a private cloud storage?
i am an indie software developer and i want to use a private cloud storage platform because it offers better features and is completely free. So i want to know that how can i still be useing firebase ...
0
votes
0
answers
39
views
Locally reuse package files for independent Composer projects
Can I develop independent Composer projects that share dependencies (same package+version) without having multiple copies of each reused dependency on my computer? That's the concrete question. But I'...
3
votes
1
answer
801
views
GCP Private Buckets using Backend Buckets
Does someone know if there is a way to connect a backend bucket to a private cloud storage bucket?, in order to protect the api calls from storage.googleapis.com API and force the usage of my LB?.
I ...
-1
votes
1
answer
311
views
How to Minimize Egress Costs in Azure for Public Open Data Sharing [closed]
I am currently exploring a solution to host large-scale sensor data (ranging from GBs to TBs weekly) in Microsoft Azure as part of an Open Data initiative. The key objective is to store and publicly ...
2
votes
1
answer
458
views
Moving large amount of data from Backblaze B2 to AWS S3 buckets
We have 20 TB data in Backblaze B2 storage. We want to migrate this to AWS S3 securely. What are my options for doing this in a scalable, secure way?
Can I do this without hitting the disk? (Cloud to ...
-1
votes
2
answers
422
views
Access Denied Error when Uploading Files from VM to Cloud Storage
I’m trying to upload files from a VM instance to a Google Cloud Storage bucket using the gcloud storage cp command. I’ve attached a service account to the VM with Storage Admin access, but I’m ...
0
votes
1
answer
1k
views
How to switch back from uniform to fine-grained access permissions?
I switched my bucket from fine-grained access permissions to uniform, to try out managed folders. The UI assured me that I have 90 days to change back to fine-grained:
All object access is controlled ...
0
votes
0
answers
80
views
How to upload data from a data logger to Google Drive?
I'm new to HTTP programming, and have been tasked with setting up a data logger to regularly upload the data it measures to a single folder on Google Drive or some other free cloud storage service.
My ...
2
votes
0
answers
127
views
Why is upload speed in Tencent Cloud Object Storage (COS) when using API in cos-cpp-sdk-v5 very slow?
I am uploading a large file to Tencent Cloud Object Storage follow the document https://www.tencentcloud.com/document/product/436/14112
The steps are as follows:
Initiate Multipart Upload
Upload Part
...
0
votes
1
answer
809
views
Azure AI Studio - Issue with Index Storage and Azure AI Search Service Dropdown
I am working with Azure AI Studio and encountering an issue while setting up indexes. Here are the steps I've followed:
Under Components > Data, I clicked on "New data". In the Data ...
0
votes
1
answer
212
views
Pre signed URL to OSS does not match
My react native (0.70.x) acquires pre signed URL from backend nodejs/express (20.x) server before uploading image file to Aliyun OSS. The backend nodejs/express server calculates a pre signed URL ...
0
votes
1
answer
70
views
what are the file-like things shown by google drive desktop app in 'My Drive' folder?
I have a Django project similar to cloud storage and we produced a desktop app for it. Our desktop application works well but it downloads files from cloud storage to show them in the application. Now,...
0
votes
1
answer
284
views
Google cloud Storage Class to be mentioned in Lifecycle Policy -Standard or Regional
From google cloud official documentation I can see that both Standard storage class and Regional storage classes are the same: https://cloud.google.com/storage/docs/storage-classes#:~:text=Regional%...
0
votes
1
answer
78
views
create and upload csv file from list of tuples using cloud functions - python
Need to create a csv file by reading 2 json files and the upload to gcs using google cloud functions.
Here is an input json:
file1:
{'k1': {'key_ID': 'srtw001',
'key1': 'ks001',
'key_val': '...
1
vote
1
answer
739
views
How can I create empty folder inside GCP Cloud Storage bucket using NodeJS?
I have a bucket my-bucket-101 inside it I have categories folder in which want to create 200 folders representing categories, initially those would be empty.
import { Storage } from '@google-cloud/...