Forum


Replies: 2   Views: 386
Save the file into a s3 bucket
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 15-03-2023 - 16:44

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.