laravel-filepond icon indicating copy to clipboard operation
laravel-filepond copied to clipboard

What do you mean by "append using the driver's capabilities"?

Open stratboy opened this issue 1 year ago • 2 comments

Hi, in your source code I find this comment:

      Laravel's local disk implementation is quite inefficient for appending data to existing files
      To be at least a bit more efficient, we build the final content ourselves, but the most efficient
      Way to do this would be to append using the driver's capabilities

But what exactly do you mean? Could you show an example? I'm using AS3, thus the League\Flysystem\AwsS3V3\AwsS3V3Adapter, but it doesn't feature any 'append' method or the like.

Thank you

stratboy avatar Jan 21 '24 20:01 stratboy