You need to set CORS for some objects in a bucket for a client-side application. What do you do?
Leave the objects in one bucket. Set the CORS policy at the object level.
Segment the objects into two buckets. For the CORS objects, set the CORS policy at the bucket level. Add client-side code to handle the requests.
Segment the objects into two buckets. For the CORS objects, set the CORS policy at the bucket level.
Leave the objects in one bucket. Set the CORS policy at the object level. Add client-side code to handle the requests.