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 file streaming support #215

Closed
camjac251 opened this issue May 10, 2020 · 1 comment
Closed

S3 file streaming support #215

camjac251 opened this issue May 10, 2020 · 1 comment
Labels
bug Something isn't working enhancement Feature enhancement

Comments

@camjac251
Copy link
Contributor

camjac251 commented May 10, 2020

In the current version of XBackBone, files are cached locally from S3 before uploaded or downloaded. This can be sometimes frustrating for larger files that take longer than the max php execution time set to download.

Would it be possible to implement file streaming through S3?
https://docs.aws.amazon.com/aws-sdk-php/v2/guide/feature-s3-stream-wrapper.html
https://github.com/thephpleague/flysystem-aws-s3-v3/issues/124

@camjac251 camjac251 changed the title S3 streaming support S3 file streaming support May 11, 2020
@sergix44
Copy link
Owner

I can add the fix that you linked from the flysystem aws adapter, but it's not something really under my control. If after adding the configuration it's still not works as expected that issue should be opened in the upstream library.

@sergix44 sergix44 added bug Something isn't working enhancement Feature enhancement labels May 11, 2020
sergix44 added a commit that referenced this issue May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement Feature enhancement
Projects
None yet
Development

No branches or pull requests

2 participants