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