Skip to content

Commit 55b1aaa

Browse files
committed
chore: modify index.js listobject api
1 parent 89ccee4 commit 55b1aaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ export default AliyunOSS = {
143143
* Asynchronously getAsyncObjects
144144
*/
145145

146-
asyncListObjects (bucketName,prefix='') {
147-
return RNAliyunOSS.asyncListObjects(bucketName,prefix,)
146+
asyncListObjects (bucketName,options) {
147+
return RNAliyunOSS.asyncListObjects(bucketName,options)
148148
},
149149

150150

0 commit comments

Comments
 (0)