Skip to content

Commit 8c7f303

Browse files
committed
update example
1 parent 974a2e3 commit 8c7f303

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

scala/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,9 @@ import com.ibm.ibmos2spark.CloudObjectStorage
156156
// "insert to code" link in your DSX notebook.
157157

158158
var credentials = scala.collection.mutable.HashMap[String, String](
159-
"auth_url"->"https://identity.open.softlayer.com",
160-
"project_id"->"xx",
161-
"region"->"xx",
162-
"user_id"->"xx",
163-
"password"->"xx",
159+
"endpoint"->"https://identity.open.softlayer.com",
160+
"accessKey"->"xx",
161+
"secretKey"->"xx"
164162
)
165163
var bucketName = "myBucket"
166164
var objectname = "mydata"

0 commit comments

Comments
 (0)