I want to use stocator to access IBM cloud storage from a Jupyter notebook (on IBM Watson Studio) running pyspark. Can someone please tell me how to go about this?
I understand that stocator is pre-installed but do you have to put in credentials or settings from within the notebook first (if there's a specific bucket on COS I'm trying to access)
For eg. I have a bucket name: my-bucket
How do I access it?
I know I can use ibm_boto3 to directly access COS but this is for a spark application due to which I need to be able to do so through stocator.
Okay so to get it to work in my case, I had to add the access key too plus you have to make sure that you're using the service name correctly as it applies to you but it should be the same in all instances you use it.