Questions tagged [bucket]

a bucket is one of several alternative data sinks when data needs to be distributed. The term is used for algorithms, data-structures. Commercial usages include databases and cloud providers.

993 questions
-1
votes
1 answer

Deutsche Börse Public Dataset empty Body

I'm trying to get data from aws s3 public bucket https://registry.opendata.aws/deutsche-boerse-pds/ When I read s3 object with .get()['Body'].read().decode('utf-8') it returns only csv headers without data. Here is the code. csv_obj =…
-1
votes
1 answer

How to add environment variables in a Google Cloud Storage bucket for a React static web app?

I have a simple React web app and I need to add some environment variables for storing API keys. The React app, after build, is deployed on a public Google Cloud Storage bucket that is pointed by DNS. As stated by Create React documentation: The…
-1
votes
1 answer

Amazon S3 cannot call API because of no such host error

I am attempting to build an Amazon S3 client in GoLang but I am having trouble making API calls. I'm receiving an error that says "no such host" but I am positive the credentials I'm providing are correct. Defining a struct to hold the client // the…
Benjamin Salerno
  • 107
  • 1
  • 13
-1
votes
1 answer

Add '0' before days and months using to_pydatetime()

I have data stored in a S3 bucket which uses "yyyy/MM/dd" format to store the files per date, like in this sample S3a path: s3a://mybucket/data/2018/07/03. The files in these buckets are in json.gz format and I would like to import all these files…
sampeterson
  • 459
  • 4
  • 16
-1
votes
1 answer

Create Buckets ith Linq

I would like to create buckets on List such as divided in n groups such as: List list = new List() { 0, 0.1, 1.1, 2.2, 3.3, 4.1, 5.6, 6.3, 7.1, 8.9, 9.8, 9.9, 10 }; n = 5 I want to obtain something like this bucket …
Skander
  • 77
  • 6
-1
votes
1 answer

Google Cloud Storage JSON REST API - Get object held in a sub-directory

I'm looking to access an object I have stored in Google Cloud Storage - this is straightforward enough if the object is stored at the highest level of the bucket using the following call as per the…
-1
votes
1 answer

GCP public file download without prefix

When I visit a public URL to my uploaded file, the filename includes the prefix, resulting in a super long filename. Is there a way to download a file from the browser without including the prefix? Maybe a setting or metadata to the uploaded file,…
vaid
  • 1,390
  • 12
  • 33
-1
votes
1 answer

I can't upload any file to bucket in GCS from App Engine, but I can from my local server coding with php

I have been trying for a long time to upload some invoices that my application (which is running in app engine) creates as pdf, to a bucket in GCS. Later on, the app will send the same by email to each customer. It is working well when running the…
-1
votes
3 answers

Creating An external Table With Partitions in GCP

I am trying to creating an external table with Partition below is the reference image i am using. Here is what i am intending to do : I have files flowing into this folder: I need to query the external table based on the date : eg : select * from…
-1
votes
1 answer

upload folders inside a folder to google cloud using python

Previously I was working in AWS and I am new in Google Cloud, in AWS there was a way to upload directories/folder to bucket. I have done bit of research for uploading directory/folder in Google Cloud bucket but couldn't find. Can someone help me.I…
-1
votes
1 answer

How to associate a GCS bucket with actual GCS filesystem resource?

How does one associate a bucket with an actual GCS folder/file? I see that one creates buckets, then registers clients to access it, but not seeing how that bucket creation is associated to the actual filesystem resource...
-1
votes
1 answer

Issue creating Storage Bucket in GCP using APIs

While following the Introduction to APIs in Google lab, I'm facing an issue while creating a storage bucket. I followed the instructions but still the following is shown: Run the following command to create a Cloud Storage bucket: curl -X POST…
Fawad
  • 1
  • 2
-1
votes
1 answer

GCP: Bucket Creation in Go

I'm trying to create a bucket in GCP using Go, I tried this create method, that creates a bucket in Go. Here's the go playground of the same. When I try to run it, it just says timeout running go build and Go Build Failed. I know it's trying to…
Rajat Singh
  • 653
  • 6
  • 15
  • 29
-1
votes
1 answer

Google Cloud bucket and all files disappeared. Says bucket exists when I try to recreate

Logged on to my Wordpress site to find all images and media missing. I'm using WP-Stateless plugin. Tried to re-sync, but it relayed that all local and remote files are missing.Logged into Google Cloud and no bucket is listed for the project.Tried…
-1
votes
1 answer

Why i still get charged amazon S3

Hello guys i have a weird problem with my amazon account..I enable the S3 free tier service and i upload some files to the bucket.After 1 month i remove all the files and i delete the bucket..I thought that i have finish with this but then yestarday…
stelios
  • 71
  • 5