Skip to content

Commit

Permalink
Update Readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
bassel-zeidan committed Sep 22, 2017
1 parent a80fd69 commit 2ec574a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ credentials = {
}

configuration_name = 'cos_config_string' #you can give any string you like
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.

bucket_name = 'some_bucket_name'
object_name = 'file1'
Expand Down

0 comments on commit 2ec574a

Please sign in to comment.