Help Center> Object Storage Service> SDK Reference> Java> FAQs> How Can I Set an Object to Be Accessible to Anonymous Users?

How Can I Set an Object to Be Accessible to Anonymous Users?

To enable anonymous users to access an object, perform the following steps:

  1. Set the object access permission 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. An anonymous user can access the object by entering the URL on a browser.