Skip to content
New issue

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

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

Already on GitHub? # to your account

[1.0] Be able to handle large files #532

Open
13 tasks
nicolasmure opened this issue Sep 21, 2017 · 2 comments
Open
13 tasks

[1.0] Be able to handle large files #532

nicolasmure opened this issue Sep 21, 2017 · 2 comments
Assignees
Milestone

Comments

@nicolasmure
Copy link
Contributor

nicolasmure commented Sep 21, 2017

We should be able to upload large files (e.g. > 5gb files), as pointed out in #311 .

Proposal

Each adapter should be able to detect when a file is large (ie > to a limit), and upload it by chunks.

Todo

  • Filesystem
  • Adapter (interface)
  • AwsS3 (started by AwsS3 Multipart Uploads #513 )
  • AzureBlobStorage
  • DoctrineDbal
  • Flysystem
  • Ftp
  • GridFs
  • Local
  • OpenCloud
  • PhpseclibSftp
  • SafeLocal
  • Zip
@nicolasmure nicolasmure added this to the v1.0 milestone Sep 21, 2017
@nicolasmure
Copy link
Contributor Author

Also use PSR7 streamable interface (see #571 )

@KevinArtus
Copy link
Contributor

@nicolasmure Is this issue is still relevant ?

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

No branches or pull requests

4 participants