tencent cloud

All product documents
Cloud Object Storage
Object Access URL
Last updated: 2024-02-02 16:24:05
Object Access URL
Last updated: 2024-02-02 16:24:05

Overview

This document provides code samples to generate an object access URL. The URL generated here shows the path to the object in the COS.
Note:
The URL generated using this API cannot be used to access private-read objects.

Getting an object access URL

Method prototype

public URL getObjectUrl(String bucketName, String key);

Sample request

// Identity information does not need to be verified.
COSCredentials cred = new AnonymousCOSCredentials();

// `ClientConfig` contains the COS client configuration for subsequent COS requests.
ClientConfig clientConfig = new ClientConfig();

// Set the bucket region.
// For more information on COS regions, please visit https://intl.cloud.tencent.com/document/product/436/6224.
clientConfig.setRegion(new Region("COS_REGION"));

// Set the URL generation request protocol, `http` or `https`.
// For 5.6.53 and earlier versions, HTTPS is recommended.
// Starting from 5.6.54, HTTPS is used by default.
clientConfig.setHttpProtocol(HttpProtocol.https);

// Generate the COS client.
COSClient cosclient = new COSClient(cred, clientConfig);

// Enter the bucket name in the format of `BucketName-APPID`.
String bucketName = "examplebucket-1250000000";
// Object key, the unique ID of an object in a bucket. For more information, please see [Object Key](https://intl.cloud.tencent.com/document/product/436/13324).
String key = "exampleobject";

System.out.println(cosclient.getObjectUrl(bucketName, key));

Parameter description

Parameter
Description
Type
Required
Bucket
Bucket name in the format of BucketName-APPID
String
Yes
Key
Object key, the unique ID of an object in a bucket. For more information, please see Object Key
String
Yes
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback

Contact Us

Contact our sales team or business advisors to help your business.

Technical Support

Open a ticket if you're looking for further assistance. Our Ticket is 7x24 avaliable.

7x24 Phone Support
Hong Kong, China
+852 800 906 020 (Toll Free)
United States
+1 844 606 0804 (Toll Free)
United Kingdom
+44 808 196 4551 (Toll Free)
Canada
+1 888 605 7930 (Toll Free)
Australia
+61 1300 986 386 (Toll Free)
EdgeOne hotline
+852 300 80699
More local hotlines coming soon