Docker Deployment : Dynamic CSS Files Not Uploading to AWS S3 Bucket

We have a WordPress site using the BeTheme deployed within a Docker container, and we've mapped the uploads folder to an AWS S3 bucket. However, we are facing issues with the BeTheme default behavior: it creates a new CSS file on every post, and these files are not being uploaded to the S3 bucket.

We've ensured that the necessary permissions are set, configured correct AWS credentials via environment variables, and established a proper S3 bucket policy. Despite these measures, the dynamic CSS files generated by BeTheme are not being uploaded to the S3 bucket.

We're seeking assistance on how to troubleshoot this problem and ensure that these dynamic CSS files are properly uploaded to our AWS S3 bucket. Any guidance or suggestions on what might be causing this issue and how to resolve it would be greatly appreciated. Thank you!

Comments

Sign In or Register to comment.