Help Center> Object Storage Service> Python> FAQs (SDK for Python)> How Do I Make an Object Accessible to Anonymous Users? (SDK for Python)
Updated on 2024-03-26 GMT+08:00

How Do I Make an Object Accessible to Anonymous Users? (SDK for Python)

To do this, perform the following steps:

  1. Set the object access permission to public-read by referring to Configuring an Object ACL (SDK for Python).
  2. Obtain the URL of the object by referring to How Do I Obtain an Object URL? (Python SDK) and provide it to anonymous users.
  3. An anonymous user can access the object by entering the URL on a browser.