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
- A. Create pre-authenticated requests (PAR) and do not specify any expiration time.
- B. Make the Object Storage bucket private, make all objects public, and use the URL found in the object "Details".
- C. Make the Object Storage bucket public and use the URL path for the individual objects.
- D. Create pre-authenticated requests (PAR) and specify 00:00:0000 as the expiration time.
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.