1
0
mirror of https://github.com/minio/minio.git synced 2025-04-16 17:00:07 -04:00

11 Commits

Author SHA1 Message Date
Harshavardhana
c957e0d426
fix: increase the tiering part size to 128MiB ()
also introduce 8MiB buffer to read from for
bigger parts
2024-04-08 02:22:27 -07:00
Harshavardhana
139a606f0a
use bigger partSize per part for tiering to MinIO ()
Bonus: remove persistent md5sum calculation, turn-off
sha256 as well. Instead we always enable crc32c which
is enough for payload verification also support for
trailing headers checksum.
2024-03-27 23:45:08 -07:00
Harshavardhana
dd2542e96c
add codespell action ()
Original work here, ,  refixed and updated.
2024-01-17 23:03:17 -08:00
Anis Eleuch
22f8e39b58
tier: Allow edit of the new Azure and AWS auth params ()
Allow editing for the service principal credentials from Azure
and the web identity token for AWS;

Also, more validation of input parameters.
2023-12-21 16:58:10 -08:00
Aditya Manthramurthy
5a1612fe32
Bump up madmin-go and pkg deps () 2023-06-19 17:53:08 -07:00
Krishnan Parthasarathi
a1dd08f2e6
Include tier name in MinIO/S3 target user-agent () 2023-02-15 22:09:46 -08:00
Harshavardhana
0c1f8b4e0f
add user-agent for all minio.Client usage () 2023-02-14 13:19:30 -08:00
Aditya Manthramurthy
2d60bf8c50
Refactor HTTP transports () 2022-12-12 20:31:21 -08:00
Aditya Manthramurthy
a30cfdd88f
Bump up madmin-go to v2 () 2022-12-06 13:46:50 -08:00
Harshavardhana
23b329b9df
remove gateway completely () 2022-10-24 17:44:15 -07:00
Krishnan Parthasarathi
1a1b55e133
Add support for minio tier type () 2022-04-11 13:24:40 -07:00