Questions tagged [cloud-object-storage]

54 questions
2
votes
1 answer

getObject operation returning metadata instead of object content from GCP in camel-spring boot application

I have a spring boot application using camel to connect to google object storage to get an object (text or photo). This is the code I'm running: package footballRestAPIs; import org.apache.camel.builder.RouteBuilder; import…
2
votes
1 answer

This value does not have any attributes error while trying to use COS HMAC credentials in Terraform?

I am trying to use HMAC credentials for Cloud Object Storage/S3 in Terraform but seeing this error. Error: Unsupported attribute on main.tf line 56, in resource "ibm_cos_bucket" "sink_bucket": 56: ACCESS_KEY =…
2
votes
1 answer

IBM Cloud: creating S3-compatible creds for a bucket via API

TL;DR How can we automate the creation of per-user credentials to access COS buckets using the S3 compatibility layer? The only documented way AFAIK is the CLI; but embedding command-line executions inside a web service is not very appealing! The…
1
vote
1 answer

Testing thanos object storage upload without waiting 2 hours

I was working on a docker-compose file using Prometheus to remote write data to a Thanos receiver. This data would then be queried by Thanos Querier as well as uploaded to minIO. When configuring the minIO portion, I ran into an issue where I could…
1
vote
1 answer

What is privatekey in oracle objectstorage?

c, clerr := objectstorage.NewObjectStorageClientWithConfigurationProvider(common.NewRawConfigurationProvider( "ocid1.tenancy.oc1..aaaaaaa5jo3pz1alm1o45rzx1ucaab4njxbwaqqbc7ld3l6biayjaert5la", …
madol
  • 551
  • 2
  • 17
1
vote
0 answers

Install Zenko Cloud Server on ubuntu 20.04 for development purpose

For a couple of days, I have been trying to install the Zenko cloud server for development purposes on my ubuntu 20.04 machine. I am new to Docker and definitely not very much comfortable with Kubernetes and Helm. I am trying to follow this…
Arif
  • 317
  • 2
  • 12
1
vote
1 answer

Are object storage objects technically object oriented class instances?

While every guide describes object storage objects as data with metaproperties, can they also be referred to as objects (i.e. class instantiation) in a OOP technical sense, of how they are implemented? How are they actually programmed?
user14467343
1
vote
1 answer

Transfer files from IBM Cloud Object storage to Azure blob

Hi I want to migrate a huge volume of files as a cronjob from my IBM Cloud Object Storage to Azure. Simplest way is to download from IBM cloud to some intermediate server and upload it to Azure. But, is there any solution available which will copy…
1
vote
1 answer

ERROR 401 Unauthorized: Anonymous caller does not have storage.buckets.get access to the Google Cloud Storage bucket in spring boot application

I have a spring boot application that is using camel to get data from object storage (google cloud platform). This my code in eclipse: package footballRestAPIs; import org.apache.camel.builder.RouteBuilder; import…
1
vote
2 answers

IBM Cloud Object Storage: Get bucket size using CLI

I'm trying to find a way to automate the task of getting COS bucket sizes on IBM Cloud. I have dozens of buckets over different accounts but still couldn't find a way to get this information using IBM Cloud COS CLI, just other information, like…
1
vote
1 answer

How to upload an image to IBM Cloud object storage (COS) using Node.js?

I am using ibm-cos-sdk but I can able to store text files only, but I want to upload images and pdf files. Can someone help me out of that?
1
vote
1 answer

Getting an error "Reseller channel 2c95500b-ea86-4b13-8bb5-b2f0c2fa8200 is invalid." when I try to create a cloud object storage

I created the watson service and went to create a new project. It expects me to add Cloud Object Storage. When I chose the Lite option and press create I get this error "Reseller channel 2c95500b-ea86-4b13-8bb5-b2f0c2fa8200 is invalid." My goal here…
1
vote
0 answers

Can't create a cloud object storage on a lite account in IBM Cloud

I'm unable to create a cloud object storage plan on my lite account. Everything is fine but it keeps on bringing this error. [409, Conflict] The account already has an instance created with the Lite plan. Transaction ID:…
Dico_11
  • 11
  • 1
  • 2
1
vote
1 answer

IBM Cloud: How can I enable Public Access on a storage bucket from CLI?

I successfully enable Public Access to one of my buckets in IBM Cloud Object Storage and used the console (browser UI). I followed these steps. In the UI, the access group is shown as Public Access with ID AccessGroupId-PublicAccess. But I cannot…
1
vote
0 answers

Can't delete a functions namespace

I've created a Functions namespace in order to test COS triggers, I've already delete all triggers and functions but when I try to delete the namespace I receive this message "Namespace deletion not possible due to existing COS triggers. Delete the…
1
2 3 4