0

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?

Moritz Schmitz v. Hülst
  • 3,229
  • 4
  • 36
  • 63

1 Answers1

1

It seems to be possible using the x-goog-content-length-range extension header, at least using a client library.

L. Morin
  • 108
  • 6