Oracle Cloud Infrastructure 2021 Architect Associate — Question 7

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: A

Explanation

The correct answer is A because making the Object Storage bucket public allows unrestricted access to the graphics via their URL paths, meeting the requirement for long-term accessibility without authentication. Option B is incorrect since pre-authenticated requests still require an expiration time to define access limits. Option C is wrong because making the bucket private contradicts the need for public access. Option D is invalid as it suggests an unrealistic expiration time format for PARs.