Created
March 1, 2019 15:22
-
-
Save cfsilence/4d7526d998b454296144b11843b830ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const ListObjectsRequest = require('oci-node-sdk/src/codes/recursive/model/objectstorage/ListObjectsRequest.js'); | |
const listObjectsRequest = new ListObjectsRequest(namespace, bucketName); | |
client.listObjects(listObjectsRequest) | |
.then((result) => console.log(result)) | |
.catch((err) => console.log(err)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment