Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

AMI, when dealing with files, is not being S3/file size limit copy/put aware #189

Closed
DiegoPino opened this issue Dec 20, 2023 · 1 comment
Assignees
Labels
API CURLing your way into hell Can't reproduce happens once in a lifetime, on a full moon night of a past summer Drupal 10 enhancement New feature or request File processing Everything is a file, even me. question Further information is requested
Milestone

Comments

@DiegoPino
Copy link
Member

See esmero/strawberryfield#286

Not sure yet where/how this is happening, but I know that when a file is enqueued separately the normal Node level event processing does not kick in, so the actual copy fails bc we can't copy 5G+ files directly via the AWS S3 API.

Bummer

@DiegoPino DiegoPino self-assigned this Dec 20, 2023
@DiegoPino DiegoPino added bug Something isn't working enhancement New feature or request API CURLing your way into hell File processing Everything is a file, even me. Drupal 10 labels Dec 20, 2023
@DiegoPino DiegoPino added this to the 0.7.0 milestone Dec 20, 2023
@DiegoPino
Copy link
Member Author

This also seems to be, YET again an issue of deployment, not code. PHP 8.1 code caching is a monster, so a composer update did not really clear an existing Service that was already "initialized" in the runtime cache. After restarting the containers, all is well. Will still test a bit more, but at least not a bug

@DiegoPino DiegoPino added question Further information is requested Can't reproduce happens once in a lifetime, on a full moon night of a past summer and removed bug Something isn't working labels Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API CURLing your way into hell Can't reproduce happens once in a lifetime, on a full moon night of a past summer Drupal 10 enhancement New feature or request File processing Everything is a file, even me. question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant