Meni Nuriel
Meni Nuriel
When importing and Exporting data there is no way to select the desired locale. The locale is only English for all the operations, no way to change or select.
Hi, The export is probably using the find service with the default limit 0f 100, and so only can handle collections up to 100 items. By changing/adding _limit: -1 you...
In order to make other services that uses the S3 api to be contacted via this extension. for example: 's3' => [ 'class' => 'frostealth\yii2\aws\s3\Service', 'credentials' => 'key' => 'My-Key',...
Probably ts error that causes the issue: Cannot find module 'blitzar' or its corresponding type declarations ts(2307). On dev all works fine, but the build process stuck.