Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 GetObject "SaveAs" #1205

Open
kennaji opened this issue Mar 18, 2022 · 1 comment
Open

S3 GetObject "SaveAs" #1205

kennaji opened this issue Mar 18, 2022 · 1 comment

Comments

@kennaji
Copy link

kennaji commented Mar 18, 2022

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.

@jderusse
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants