Is it possible to limit the file size when using a signed URL for GCS uploads?
I read about setting a 'content-length' header in AWS. Is the header checked in GCS? Can I set a content-length bigger than the actual file size?
Is it possible to limit the file size when using a signed URL for GCS uploads?
I read about setting a 'content-length' header in AWS. Is the header checked in GCS? Can I set a content-length bigger than the actual file size?
It seems to be possible using the x-goog-content-length-range
extension header, at least using a client library.