Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

Stored objects/files of Minio do not appear in local disk

I have created a folder in root direcoty, i.e. /data/test and I have already given full permissions to this folder using: chmod 775 /data/test Than I started MinIO, and from Minio GUI console, I ...
e7lT2P's user avatar
  • 1,911
0 votes
0 answers
2k views

How to fix "NoCredentialProviders: no valid providers in chain. Deprecated" while uploading Objects in IBM Cloud

I am using the below Go lang code: package main import ( "bytes" "fmt" "net/http" "os" "time" "github.com/IBM/ibm-cos-...
Pixzium Media's user avatar
0 votes
1 answer
638 views

Oracle Apex insert data into OCI bucket

Hey every one I need a help, I have a OCI account and in my oracle apex I want to store the data into my OCI Object Storage Bucket, is there a way to store the data in the OCI Bucket Can anyone ...
Abinesh h's user avatar
0 votes
1 answer
970 views

Creating AWS V4 signed url to download file form ScaleWay Object Storage

I'm trying to create [1] AWS V4 signed URLs to download files stored in a ScaleWay Object Storage bucket. I used the python example from AWS's [2] site and modified it but I can't make it work. When I ...
Gats János's user avatar
0 votes
0 answers
420 views

Is creating folders in s3 bucket is recommended? What are pros and cons of this design?

I am looking for the recommendation, we want to use aws s3 buckets for storage of big unstructured data. Since s3 only allows 100 buckets per account, so I am not very sure about this.
swati.sumn's user avatar
2 votes
2 answers
813 views

Is it possible to create Noobaa bucket without creating ObjectBucketClaim(OBC)?

I am able to create noobaa bucket by creating OBC as shown below: apiVersion: objectbucket.io/v1alpha1 kind: ObjectBucketClaim metadata: name: my-obc1 spec: storageClassName: noobaa-test.noobaa....
Mayank Sachan's user avatar
1 vote
1 answer
2k views

How to check content of a Noobaa bucket

I am able to check status of Nooba bucket using noobaa bucket status <bucket> command. $ noobaa bucket status XYZ INFO[0005] ✅ Exists: NooBaa "noobaa" INFO[0005] ✅ Exists: ...
Mayank Sachan's user avatar