mathworks-ref-arch / matlab-aws-s3

MATLAB interface for AWS S3.
Other
4 stars 1 forks source link

Large files #7

Closed zhs41 closed 8 months ago

zhs41 commented 9 months ago

It seems this does not work for large files. I tried using either putObject or save. It will give me JAVA exceptions with error code EntityTooLarge

brownemi commented 9 months ago

Hi zhs41,

Thanks for reporting this. Please expect an updated release in the next day or so that should address the issue.

brownemi commented 9 months ago

Release 0.6.1 of the package adds the requested support using the standard putObject, save etc. methods. For more detail or lower-level control see: https://github.com/mathworks-ref-arch/matlab-aws-s3/blob/master/Documentation/Multipart.md

zhs41 commented 9 months ago

Thank you, will give it a try

brownemi commented 8 months ago

I'm assuming the solution in 0.6.1 worked and will close the issue.