Cockpit-HQ / Cockpit

Cockpit Core - Content Platform
https://getcockpit.com
Other
388 stars 47 forks source link

AWS: Mass Upload & Deleting #96

Closed Esylias closed 1 year ago

Esylias commented 1 year ago

I'm using aws s3 integration. uploading and deleting works with single files. But i have the following issues:

  1. Uploading Tested mass upload with 285 files, uploader responding only 20 files (checked in network tab). Is there an limiter in config or somewhere else?

  2. Deleting File will be deleted in aws s3 but not in local storage

aheinze commented 1 year ago

Hey 👋

Point 1: You have to update your php.ini and adjust the max_file_uploads setting (default is 20) Point 2: should be fixed in the latest release