oss2.api.Bucket-sharpdelete_object seems to be able to delete only a single file, not a folder? ...
when putting static resources in third-party storage, such as Aliyun s oss, does it need to be forwarded to oss, by nginx? will forwarding take up server bandwidth, or will it directly access oss to request static data? ...
I have generated temporary credentials according to sdk stdClass Object ( [RequestId] => [AssumedRoleUser] => stdClass Object ( [AssumedRoleId] => [Arn] => ) [Credentials] => stdCla...
what do I need to do if WeChat Mini Programs needs to upload the generated recording file to Aliyun OSS,? Thank you! ...
now I would like to do a function is to upload video to Aliyun and transcode can be previewed, do you have a package and demo in this respect? Thank you ...
delete: var co = require( co ); var OSS = require( ali-oss ) var client = new OSS({ region: <Your region> , accessKeyId: <Your AccessKeyId> , accessKeySecret: <Your AccessKeySecret> , bucket: Your bucket name ...
We are currently doing a case of uploading pictures and videos, but we need to compress it before uploading. If anyone has a good plan, please let us know ....