Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
212 views

I tried reading azure diagnostic logs from storage accounts via Grafana Loki and Promtail, and it works with old logs that are already archived. As soon as I try to instantaneously scrape diagnostic ...
kloudkid's user avatar
0 votes
1 answer
1k views

i am a super rookie for this. I tried to store some of my data for analysis on cloudflare R2. And when I read it in python by pandas, it said HTTP Error 403: Forbidden. This also when I try to import ...
Reungu Ju's user avatar
1 vote
1 answer
165 views

I am trying to use the Go SDKs that OCI provides: OCI SDK for Go Oracle NoSQL Database Go SDK I am trying to connect using a config file in the same folder that looks like this: [DEFAULT] tenancy=...
Fotios Tragopoulos's user avatar
0 votes
0 answers
98 views

I was implementing the following node.js code I have created COS but there is an error in response import S3 from "ibm-cos-sdk/clients/s3.js"; var config = { endpoint: 's3.private.jp-...
Jagnath reddy's user avatar
0 votes
1 answer
90 views

p@p:/home$ ibmcloud cos bucket-cors-put --bucket test --cors-configuration "./corsconfig.json" FAILED The value in flag '--cors-configuration' is invalid NAME: ibmcloud cos bucket-cors-...
Pragati Bhattad's user avatar
2 votes
3 answers
3k views

Authenticating... Credentials were rejected. Code: BXNIM0602E, message: The credentials you entered for the user '<email>' are incorrect. I have verified my credentials while typing it, ...
Pragati Bhattad's user avatar
0 votes
2 answers
951 views

I have only preauthenticated URL,namespace and bucket name. Is there any way to upload and download data using key with help of oci java sdk. Is there a proper documentation for this, and If there is ...
Sitaram Yadav's user avatar
4 votes
1 answer
2k views

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 ...
Chris Howe's user avatar
1 vote
1 answer
61 views

c, clerr := objectstorage.NewObjectStorageClientWithConfigurationProvider(common.NewRawConfigurationProvider( "ocid1.tenancy.oc1..aaaaaaa5jo3pz1alm1o45rzx1ucaab4njxbwaqqbc7ld3l6biayjaert5la&...
madol's user avatar
  • 627
0 votes
1 answer
62 views

Can people access my source code when i create public access as object reader in order to host a static website in cloud object storage? And what are all the risk of public access?
Rithik's user avatar
  • 1
1 vote
0 answers
350 views

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 ...
Arif's user avatar
  • 337
1 vote
1 answer
94 views

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?...
user avatar
0 votes
1 answer
574 views

I am unable to create a bucket on my IBM Cloud Object Storage (COS) instance. Each time I try the "create bucket" in the console, it is always blank (gray) with an error sign hovering over ...
Nwasinachi Obieze's user avatar
0 votes
1 answer
140 views

Do you know if by making the images "Public" in IBM Cloud Object Storage it really becomes public meaning you can find the resources through web browser as google? or it becomes like "...
Andrea Michel's user avatar
0 votes
1 answer
289 views

I am curious regarding whether OCI object storage supports ACLs at the object and bucket levels? I have gone through their documentation and found out that they don't support ACLs at the object level. ...
Teja's user avatar
  • 5
0 votes
1 answer
328 views

I was going through the oci python SDK for OCI. I am unable to find any way to add tags to object storage objects from the SDK. that's why got a doubt whether OCI supports tagging at the object level ...
Teja's user avatar
  • 5
0 votes
2 answers
1k views

Suppose I have this scenario where I created a signed URL to GCP object using the private key of the service account using the following command. $ gsutil signurl -d 10m <private-key> gs://<...
Prajwal T's user avatar
1 vote
1 answer
695 views

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, ...
Shantanu Mitra's user avatar
0 votes
1 answer
213 views

The question, pretty much, says it all, but in order to be more specific on the subject. A production system is going to using CEPH storage which I know it has RESTful API that is compatible with the ...
Panos Tzemis's user avatar
-1 votes
1 answer
594 views

I am trying to configure CORS in my IBM Cloud Object Storage bucket. I dont see any option to do that from bucket configuration in UI and I can see it can only be done through CLI. The command looks ...
Kirti Jha's user avatar
  • 133
2 votes
2 answers
312 views

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....
Jenny's user avatar
  • 415
2 votes
1 answer
3k views

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....
Jenny's user avatar
  • 415
0 votes
0 answers
213 views

I am trying to setup S3 Repository as a IBM Object Store. I have configured, in the elasticsearch.yml s3.client.default.endpoint: "s3.ap.cloud-object-storage.appdomain.cloud" And for the ...
Smit's user avatar
  • 2,148
0 votes
1 answer
437 views

Following is my build.gradle file with dependencies plugins { id 'java' } dependencyManagement { imports { mavenBom 'com.oracle.oci.sdk:oci-java-sdk-bom:2.6.0' } } dependencies { ...
Pokuri's user avatar
  • 3,082
0 votes
1 answer
349 views

It seems i do not fully understand the difference between OSS and RDS. Both can store data, RDS is good for structured data, and OSS seems to be able to store most types of data (and should be able to ...
moluzhui's user avatar
  • 1,083
0 votes
1 answer
612 views

I am trying to use rclone utility for transfer from AWS S3 to IBM COS. It works for AWS S3 but not sure why it fails for IBM COS. Using the service credentials , API key as access key id and resource ...
Deepali Mittal's user avatar
0 votes
0 answers
160 views

I'm trying to write an algorithm with Python that gets a file from COS(IBM Cloud Object Store) and transfer it to a VPC(Virtual private Cloud). . I'm using this code to try to do this process: from ...
Caique Dutra's user avatar
0 votes
3 answers
899 views

I am working on a course and the project had me create an account in IBM Cloud (all are in the Lite/Free account), then create an instance of IBM Watson Studio, then try to create a new, empty project....
PaccIT19's user avatar
0 votes
2 answers
355 views

How to edit object data in IBM Cloud Object Storage or skip the first few rows when reading data. I want to edit my files on IBM COS by using API directly, do we have any API can help to achieve? ...
zhangyunbo's user avatar
0 votes
1 answer
964 views

I am trying to access a file in a bucket on s3.us.cloud-object-storage and it has an access point id and secret access key and I cant find a way to type a url that gives me access. Can some one help? ...
Chuck E Pryor's user avatar
0 votes
1 answer
934 views

I am trying to run spark-submit wordcount Python on a Kubernetes cluster by pulling a text file stored in COS. For the config, I followed the Stocator README.md ./bin/spark-submit \ --master k8s://...
Vidyasagar Machupalli's user avatar
0 votes
0 answers
479 views

I am creating a large excel file and while uploading it using the Java SDK for the IBM Cloud Object Storage I getting the following com.ibm.cloud.objectstorage.services.s3.model.AmazonS3Exception: ...
Sachin Gupta's user avatar
0 votes
1 answer
435 views

I have been using Aspera Hot folder Feature to download large files (100GB+) from a vendor server (A). I am trying to do similar downloads from another vendor (B) who has large files on IBM COS. I ...
Nagaraja Reddy's user avatar
0 votes
1 answer
282 views

I have a Django web app where I am showing videos. This web app is deployed using CloudFoundry. My videos are stored in a bucket in Object Storage of IBM Cloud. How do I access the objects so that the ...
Rebecca T's user avatar
2 votes
1 answer
5k views

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" "...
Vidyasagar Machupalli's user avatar
0 votes
1 answer
338 views

I am trying to delete multiple object once by using delete_objects. But i am getting an error. I didn’t found any solution regarding to this issue. client = boto3.client("s3", **config) ...
Rabindra Acharya's user avatar
1 vote
2 answers
2k views

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 ...
Murilo Lang's user avatar
1 vote
1 answer
2k views

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?
Nibedita Pattnaik's user avatar
0 votes
1 answer
4k views

I am trying to get a file from a bucket in IBM cloud object storage. For this, first I am trying to read all the available files in a bucket. private static List<String> listBuckets(AmazonS3 ...
AR17's user avatar
  • 61
1 vote
1 answer
264 views

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-...
Sudha Jamthe's user avatar
0 votes
1 answer
556 views

I've attempted to create object storage for a new Watson Studio project, but get the same 'Reseller channel...is invalid' as other comments. I've tried changing my region from Dallas, to London or ...
Coeus's user avatar
  • 5
0 votes
0 answers
264 views

So I was trying to upload a file to my bucket. here is the code for it :- import ibm_boto3 from ibm_botocore.client import Config cos = ibm_boto3.client(service_name='s3',use_ssl=False,verify=False, ...
Avinash's user avatar
2 votes
1 answer
784 views

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 ...
Samson Scharfrichter's user avatar
1 vote
0 answers
141 views

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 ...
Dico_11's user avatar
  • 11
1 vote
1 answer
559 views

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 ...
data_henrik's user avatar
  • 17.3k
0 votes
3 answers
2k views

I am trying to create connection to IBM COS (Cloud Object Store) using Spark. Spark Version = 2.4.4, Scala Version = 2.11.12. I am running it locally with correct credentials but I observe ...
Pratik Barjatiya's user avatar
0 votes
1 answer
1k views

I have been following this guide in order to add IBM Cloud object storage to my cluster. While I have gotten it to work with a standard cluster, I have issues when trying to connect the COS to the ...
nela's user avatar
  • 499
0 votes
2 answers
4k views

I am currently implementing image storing architecture for my service. As I read in one article it is a good idea to move whole image upload and download traffic to the external cloud object storage....
kamildab_84's user avatar
1 vote
0 answers
18 views

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 ...
Gerardo Angel Pichardo's user avatar
1 vote
1 answer
191 views

I have been unable to use the Db2 on Cloud REST API to load data from a file in IBM Cloud Object Storage (COS). This is preventing a hybrid integration POC. Another user has reported similar REST API ...
IanL's user avatar
  • 11