1
0
mirror of https://github.com/minio/minio.git synced 2025-01-27 22:46:00 -05:00

4 Commits

Author SHA1 Message Date
Klaus Post
ff5988f4e0
Reduce allocations ()
* Reduce allocations

* Add stringsHasPrefixFold which can compare string prefixes, while ignoring case and not allocating.
* Reuse all msgp.Readers
* Reuse metadata buffers when not reading data.

* Make type safe. Make buffer 4K instead of 8.

* Unslice
2023-07-06 16:02:08 -07:00
Harshavardhana
bd9bf3693f
lambda: negative duration for presigned URL default to 1H ()
fixes a bug where users created with Expiration as
timeSentinel is not rejected while generating the
presigned URL for lambda processing.
2023-06-23 00:17:24 -07:00
Klaus Post
958a480e53
fix: lambda function expiration when cred.Expiration is set () 2023-04-13 08:10:57 -07:00
Harshavardhana
901887e6bf
feat: add lambda transformation functions target () 2023-03-07 08:12:41 -08:00