Oracle Cloud Infrastructure 2020 Architect Associate — Question 35

You are designing a lab exercise with an application that includes a large number of graphics with large file sizes. The application becomes unresponsive if the graphics are embedded in the application. You have uploaded the graphics to Oracle Cloud Infrastructure Object Storage bucket and added the URL paths for the individual objects in the application. You need to ensure these graphics are accessible without requiring any authentication for an extended period of time.
How can you achieve these requirements?

Answer options

Correct answer: C

Explanation

Option C is the correct answer because making the Object Storage bucket public allows unrestricted access to the graphics via their URLs. Option A is incorrect as pre-authenticated requests require an expiration time to function properly. Option B is not suitable since setting the bucket to private contradicts the requirement for public accessibility. Option D is wrong because an invalid expiration time like 00:00:0000 would not work effectively.