Skip to content

Commit accc0b9

Browse files
authored
Fix AWS SDK v3 documentation link for S3 uploads
1 parent de32546 commit accc0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/python/python-image-processing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This demo showcases how to use Trigger.dev with Python to process an image using
2020
- A [Trigger.dev](https://trigger.dev) task to trigger the image processing Python script, and then upload the processed image to S3-compatible storage
2121
- The [Trigger.dev Python build extension](https://trigger.dev/docs/config/extensions/pythonExtension) to install dependencies and run Python scripts
2222
- [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
2424
- S3-compatible storage support (AWS S3, Cloudflare R2, etc.)
2525

2626
## GitHub repo

0 commit comments

Comments
 (0)