Changes between Initial Version and Version 1 of Ticket #9020, comment 7


Ignore:
Timestamp:
Oct 27, 2023, 4:44:30 PM (3 years ago)
Author:
Piotr G

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9020, comment 7

    initial v1  
    1 Please re-consider this patch. With object-based (S3) storage and potentially very long pre-signed URLs it is possible the URL can be larger than 5 kB. If fact only the X-Amz-Security-Token query-part of an STS-generated pre-signed url can be 4096 bytes.
     1Please re-consider this patch. With object-based (S3) storage and potentially very long pre-signed URLs it is possible the URL can be larger than 5 kB. In fact, only the X-Amz-Security-Token query-part of an STS-generated pre-signed url can be 4096 bytes.
    22
    33At the moment ffmpeg/ffprobe will cut off the exces from the URL leading to S3 server rejecting the pre-signed URL with a HTTP 400.