setup shiny server to serve files stored on aws s3 -VFS

[aws s3 ] a question about package functionality
Hi can I setup shiny server to serve files stored on aws s3, for example send signed s3 url and to get back rendered html response.
Maybe i can discover solution to modify default r shiny content folder and reading from S3FS a drop-in replacement the File System (FS) implementation
or any other guideline

Hi, if you need to serve static files from S3, I recommend looking into Cloudfront with a custom domain: https://docs.aws.amazon.com/AmazonS3/latest/dev/website-hosting-custom-domain-walkthrough.html