API | Operation Name | Operation Description |
Search the bucket | Retrieving Buckets and Their Permissions |
// Bucket name, which consists of bucketname-appid (appid must be included), can be viewed in the COS console. https://console.tencentcloud.com/cos5/bucketlet bucket = "examplebucket-1250000000";let request = new HeadBucketRequest(bucket);try {let result = await CosXmlBaseService.default().headBucket(request)// result includes http headers, etc.} catch (e) {// Exception handling}
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários