While hosting a static website with Amazon S3, your static JavaScript code attempts to include resources from another S3 bucket but permission is denied. How might you solve the problem? Choose the correct option from the below:
A. Enable CORS Configuration
B. Disable Public Object Permissions
C. Move the object to the main bucket
D. None of the above