Re: [FFmpeg-devel] [PATCH] libavformat: increase MAX_URL_SIZE

2023-11-08 Thread Anton Khirnov
Quoting WooDzu (2023-10-28 15:04:38) > With the rise of object storage, like S3, it is not uncommon to generate > long pre-signed URLs. When a pre-signed URL is generated using a > short-lived credentials it may include a query parameter called > X-Amz-Security-Token that is 4kB on its own. > The c

[FFmpeg-devel] [PATCH] libavformat: increase MAX_URL_SIZE

2023-10-28 Thread WooDzu
With the rise of object storage, like S3, it is not uncommon to generate long pre-signed URLs. When a pre-signed URL is generated using a short-lived credentials it may include a query parameter called X-Amz-Security-Token that is 4kB on its own. The current MAX_URL_SIZE will trim the URL with no