We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80fd69 commit 2ec574aCopy full SHA for 2ec574a
python/README.md
@@ -43,7 +43,7 @@ credentials = {
43
}
44
45
configuration_name = 'cos_config_string' #you can give any string you like
46
-cos = ibmos2spark.CloudObjectStorage(sc, credentials, configuration_name) #sc is the SparkContext instance. configuration_name is optional param
+cos = ibmos2spark.CloudObjectStorage(sc, credentials, configuration_name) #sc is the SparkContext instance.
47
48
bucket_name = 'some_bucket_name'
49
object_name = 'file1'
0 commit comments