Question
How to enable CDN when creating spaces via s3 sdk
I’m building a multitenant web application and would like each tenant to have an own space and naturally enjoy benefits of CDN. However, I have noticed that when creating s3 bucket via java sdk, the created space has CDN disabled. Could I enable CDN when creating bucket (space) somehow? Going there manually and enabling CDN for each of the tenants is not an option as there could be thousands of those.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×