I’ve deployed Magento version 2.4.7-p4 on Kubernetes using the Helm chart by PHOENIXMEDIA. I was able to configure remote S3 storage passing REMOTE_STORAGE option in .magento.env.yaml. But I am new to Magento and I don’t understand completely how this setup is working. For example, will Magento store in S3 only files from pub/media directory or static files too? And if I want to use AWS Cloudfront should I just add S3 origin to the CF configuration and that’s all or should I also change Media URL in Magento configuration?