Help Center> Object Storage Service> Java> FAQs (SDK for Java)> How Can I Set an Object to Be Accessible to Anonymous Users? (Java SDK)
Updated on 2024-06-18 GMT+08:00

How Can I Set an Object to Be Accessible to Anonymous Users? (Java SDK)

To do this, perform the following steps:

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