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.