Hello,
Basic and Advanced licenses only allow saving DOCX documents to the file system. Premium licenses also include stream features: https://www.phpdocx.com/api-documentation/performance/zip-stream-docx-with-PHP
Although you can save the DOCX in the fs and then move it to S3, using the stream mode available in Premiun licenses is the recommended approach to accomplish the requested task.
Regards.