aws icon indicating copy to clipboard operation
aws copied to clipboard

S3 GetObject "SaveAs"

Open kennaji opened this issue 3 years ago • 1 comments

Hello, the S3 GetObject "SaveAs" feature does not seem to work, I maybe have missed something but I cant see any way to batch copy a list of files from S3 to local while keeping their original names without using a file_put_contents for each one of them, which make the process much slower than when using PHP SDK CommandPool.

kennaji avatar Mar 18 '22 12:03 kennaji

Indeed, there are no such "SaveAs" properties in the official AWS API documentation. This is an helper provided by the PHP SDK.

I let the issue open if someone is will to contribute by adding a new save method in the SimpleS3Client

jderusse avatar Mar 19 '22 10:03 jderusse