Explorar el Código

chore: modify index.js listobject api

luozhang002 hace 5 años
padre
commit
55b1aaa795
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      index.js

+ 2
- 2
index.js Ver fichero

@@ -143,8 +143,8 @@ export default AliyunOSS = {
143 143
      * Asynchronously getAsyncObjects
144 144
      */
145 145
 
146
-    asyncListObjects (bucketName,prefix='') {
147
-        return RNAliyunOSS.asyncListObjects(bucketName,prefix,)
146
+    asyncListObjects (bucketName,options) {
147
+        return RNAliyunOSS.asyncListObjects(bucketName,options)
148 148
     },
149 149
 
150 150