Updated on 2025-12-25 GMT+08:00

Creating an OBS Agency

For versions 2.4.17 or later, when calling service-plane APIs that require access to OBS (e.g., importing or exporting graphs), an agency is supported as a secure alternative to including plaintext AK/SK in the request body. This reduces security risks.

Agent Name

Agency Permission

Use Case

GES_Access_OBS

The following actions must be included:

"obs:bucket:listBucket",

"obs:bucket:headBucket",

"obs:object:getObject",

"obs:bucket:listAllMyBuckets",

"obs:object:putObject"

The following APIs are supported:

Exporting filtered vertices, exporting filtered edges, importing graphs, exporting graphs, exporting job results to files, updating specified vertex and edge properties by importing files, and deleting vertices and edges by reading files

The agency name is fixed and cannot be changed. Changing it will prevent GES from accessing OBS through this agency.