1
0
forked from docs/doc-exports
doc-exports/docs/obs/umn/obs_faq_0031.html
Jawei, Li 43ab92496d OBS UMN 2.0.38.SP5
Reviewed-by: gtema <artem.goncharov@gmail.com>
Co-authored-by: Jawei, Li <lijiawei5@huawei.com>
Co-committed-by: Jawei, Li <lijiawei5@huawei.com>
2022-11-07 09:41:09 +00:00

3.4 KiB

How Do I Obtain the Access Path to an Object?

Object access paths use the following format: https://{bucket name}.{domain name}/{object name}.

You can combine a path manually or use the tools in the following table to obtain it.

Table 1 How to obtain an object URL

Tool

Object URL

OBS Console

Click the object and copy the URL for the detailed information of the object.

OBS Browser

Click the Attribute button of the object and then you can copy the URL displayed in the detailed information about the object.

SDK

You can get the URL of an object by calling the getObjectUrl interface.

API

Not supported

If the object access path is user-assembled, you need to escape the object name by referring to the URL encoding rules.