Oracle Cloud Infrastructure 2019 Developer Associate — Question 139
You are designing a lab exercise for your team that has 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 and only added the URL 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 specify 00:00:0000 as the expiration time.
- B. Make the object storage bucket private and all objects public and use the URL found in the Object "Details".
- C. Make the object storage bucket public and use the URL found in the Object "Details".
- D. Create PARs and do not specify an expiration date.
Correct answer: C
Explanation
The correct answer is C because making the object storage bucket public allows anyone to access the images without authentication. Option A is incorrect since specifying an expiration time would require authentication before that time. Option B is not viable because making the bucket private contradicts the requirement for public access. Option D is also incorrect as it does not fulfill the need for public access without authentication.