← All changelog entries

Fixed S3 bucket folder name not being part of the URLs returned by our `video_copied_s3` webhook

Fix

An update to the S3 API resulted in returning a URL-encoded ObjectURL for multipart uploads.

This led to an issue where, for files larger than 100 MiB, the bucket folder name was not present in the URLs returned by the video_copied_s3 webhook.

We’ve implemented a fix on our side, and the URLs are now returned correctly once more.