All Products
Search
Document Center

Object Storage Service:Object FC Access Point

Last Updated:Jun 08, 2026

Object FC Access Points automatically trigger Function Compute when a GetObject request is sent to OSS, enabling custom data processing before the response is returned.

How it works

The following diagram shows the Object FC Access Point workflow.

image
  1. The bucket owner creates an Object FC Access Point and associates it with a Function Compute function.

  2. OSS automatically creates the Object FC Access Point based on the specified settings.

  3. A user sends a GetObject request through the Object FC Access Point. OSS invokes the associated function, which processes the data and returns the result.

Limits

Limit

Description

Creation methods

Object FC Access Points can be created only through the OSS console or OSS API. OSS SDKs and ossutil are not supported.

Number of Object FC Access Points

  • Up to 1,000 Object FC Access Points per Alibaba Cloud account.

  • Up to 100 Object FC Access Points per bucket.

Modification rule

After creation, only the access point policy can be modified. Basic information such as name and alias cannot be changed.

Access methods

Anonymous access is not supported.

Get started