Hi there,
During the setup of the plugin I get an error loading the files on the S3 bucket.
This seems to be related to out-of-memory on the host. I already set the memory limit to 1024MB, but this does not help.
I have about 17K objects on the bucket, that needs to be listed.
PHP Fatal error: Out of memory (allocated 845156352) (tried to allocate 1052672 bytes)
After this I seem to be stuck in the plugin setup, because that needs the file listing to work...
Any help on this?