You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/python/python-image-processing.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ This demo showcases how to use Trigger.dev with Python to process an image using
20
20
- A [Trigger.dev](https://trigger.dev) task to trigger the image processing Python script, and then upload the processed image to S3-compatible storage
21
21
- The [Trigger.dev Python build extension](https://trigger.dev/docs/config/extensions/pythonExtension) to install dependencies and run Python scripts
22
22
-[Pillow (PIL)](https://pillow.readthedocs.io/) for powerful image processing capabilities
23
-
-[AWS SDK v3](https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/client/s3/) for S3 uploads
23
+
-[AWS SDK v3](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/s3/) for S3 uploads
24
24
- S3-compatible storage support (AWS S3, Cloudflare R2, etc.)
0 commit comments