Help Center/ Object Storage Service/ SDK Reference/ BrowserJS/ FAQs/ How Do I Make an Object Accessible to Anonymous Users?
Updated on 2026-08-14 GMT+08:00

How Do I Make an Object Accessible to Anonymous Users?

To do this, perform the following steps:

  1. Set the object ACL to public read by referring to Managing Object ACLs.
  2. Obtain the URL of the object by referring to How Do I Obtain an Object URL? and provide it to anonymous users.
  3. Anonymous users access the object by entering the URL on a browser.