I'm able to using the example in https://github.com/ibm/ibm-cos-sdk-python/ to access the bucket using the Service Credentials information. Is there a way to access the bucket using service ID and its API? Or I have to create service credentials for each service ID? I'm trying to limit read and write access of the service ID to a specific bucket. Thanks for any advice you may have.
IBM COS SDK - Access bucket using service ID
209 Views Asked by B.Tong At
1
There are 1 best solutions below
Related Questions in OBJECT-STORAGE
- What is configuartion required to get data from object storage by SWIFT in Spark
- Object Storage - Error when reading text file
- Object Storage - Can't access container in region "London"
- User Data (object) Isolation on Instant Messaging
- IBM Object Storage-How to make a File or a Container public accesible one?
- What is Object storage really?
- posting text from DataFrame to IBM PersonalityInsights API
- Make Full Disks read-only in swift object storage
- How to upload an image to IBM Cloud object storage (COS) using Node.js?
- IBM Cloud: How to create HMAC credentials for COS using Terraform?
- multiple destination for statsd in object-server.conf of swift open stack
- Multipart upload performance issues to Digital Ocean Spaces from browsers on Windows
- Is there a way to curl a file with spaces in its name *from IBM object storage (cleversafe)*?
- What's the underlying reason that object storage can not support edit/update/append file?
- What are the differences between Object Storages for example S3 and a columnar based Technology
Related Questions in IBM-CLOUD-STORAGE
- java.lang.AbstractMethodError: com/ibm/stocator/fs/common/IStoreClient.setStocatorPath(Lcom/ibm/stocator/fs/common/StocatorPath;)V
- No FileSystem for scheme: cos
- How to add user to my bucket in IBM Cloud Object Storage
- IBM cloud storage with PHP
- What does KEY means in IBM Cloud cli's cloud object store plugin?
- I am using IBM Cloud Object Storage and want to read a pdf file from the storage and want to store its text content in form of string
- Unable to copy HDFS data to S3 bucket
- IBM Cloud crashes nodejs server even if errors are caught
- Unable to connect to Cloud object storage instance IBM Watson Studio
- create object with python ibm-cos-sdk get doesn't work
- Error when creating experiment in watson studio
- Cannot retrieve bucket name in IBM Cloud object storage using python
- How to create a bucket using the python SDK?
- How can I upload files to SoftLayer from my web app without exposing my username and key?
- ApacheSpark read from S3 Exception: Premature end of Content-Length delimited message body (expected: 2,250,236; received: 16,360)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You can create any number of Service Credentials using the same Service ID. That way you can manage permissions for a single ID, and any changes in that Service ID's roles will be applied to any Service Credentials generated using that ID. Some more info is in the IAM docs.