1
0
mirror of https://github.com/minio/minio.git synced 2025-02-20 01:52:31 -05:00

18 Commits

Author SHA1 Message Date
Harshavardhana
d0a0eb9738
support fan-out objects via PostUpload() () 2023-05-24 22:51:07 -07:00
Klaus Post
5677f73794
Add PostObject Checksum () 2023-05-23 07:58:33 -07:00
Klaus Post
aaf1abc993
simplify HardLimitReader by using LimitReader for internal usage () 2023-05-16 13:14:37 -07:00
Harshavardhana
ef2fc0f99e
fix: reduce using memory and temporary files. () 2023-05-15 14:08:54 -07:00
Poorna
e07c2ab868
Use hash.NewLimitReader for internal multipart calls () 2023-05-12 11:19:08 -07:00
Klaus Post
76913a9fd5
Signed trailers for signature v4 () 2023-05-05 19:53:12 -07:00
Klaus Post
7fad0c8b41
Remove checksums from HTTP range request, add part checksums () 2023-04-28 08:26:32 -07:00
Klaus Post
c133979b8e
Add part count to checksum () 2023-04-14 09:44:45 -07:00
Harshavardhana
c73ea27ed7
do not log checksum mismatch error, client received the error () 2022-12-14 01:57:40 -08:00
Harshavardhana
1b0dfb0f58
remove printing map() checksums () 2022-11-08 13:29:24 -08:00
Harshavardhana
328d660106
support CRC32 Checksums on single drive setup () 2022-10-15 11:58:47 -07:00
Klaus Post
ff12080ff5
Remove deprecated io/ioutil () 2022-09-19 11:05:16 -07:00
Klaus Post
8e4a45ec41
fix: encrypt checksums in metadata () 2022-08-31 08:13:23 -07:00
Klaus Post
a9f1ad7924
Add extended checksum support () 2022-08-29 16:57:16 -07:00
Aditya Manthramurthy
be6ccd129d
fix: typo in FIPS sha256 () 2022-06-01 19:11:04 -07:00
Harshavardhana
9d07cde385
use crypto/sha256 only for FIPS 140-2 compliance ()
It would seem like the PR  had chewed more
than it wanted to, non-fips build shouldn't really
be forced to use slower crypto/sha256 even for
presumed "non-performance" codepaths. In MinIO
there are really no "non-performance" codepaths.
This assumption seems to have had an adverse
effect in certain areas of CPU usage.

This PR ensures that we stick to sha256-simd
on all non-FIPS builds, our most common build
to ensure we get the best out of the CPU at
any given point in time.
2022-05-27 06:00:19 -07:00
Harshavardhana
202d0b64eb
fix: enable go1.17 github ci/cd () 2021-08-18 18:35:22 -07:00
Harshavardhana
1f262daf6f
rename all remaining packages to internal/ ()
This is to ensure that there are no projects
that try to import `minio/minio/pkg` into
their own repo. Any such common packages should
go to `https://github.com/minio/pkg`
2021-06-01 14:59:40 -07:00