1
0
mirror of https://github.com/minio/mc.git synced 2025-11-19 09:42:25 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
Klaus Post
ed0b962588 Modernize + Go version bump + Pin linter (#5256)
* Upgrade go version in CI.
* Add toolchain to pin version.
* Add linter/fumpt as pinned version in tools.
* Run `go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...`
2025-11-05 04:20:36 -08:00
Klaus Post
9a180cece7 Some paths like url2Stat will send resource with backslashes on windows (#5226)
This will cause key paths to mismatch and not be sent.

Example:

```
λ go build&&mc stat -enc-c="play/testbucket/=MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTIzNDU2Nzg5MDA" play/testbucket/mc
Name      : mc
Date      : 2025-07-02 17:52:42 CEST
Size      : 43 MiB
ETag      : 398345f23dc2ad4dd277e437e6ca7a1d-3
Type      : file
Encryption: SSE-C
Metadata  :
  Content-Type: application/x-msdownload
```
2025-07-02 09:49:02 -07:00
Harshavardhana
3548007d5b fix: make sure to set the right sse-kms key (#4967) 2024-06-24 12:40:33 -07:00
Sveinn
adaf70c7eb Adding support for Hex keys (#4962) 2024-06-18 07:51:58 -07:00
Sveinn
9fad66d824 updating prefix validation and adding some tests (#4907) 2024-04-30 10:29:33 -07:00
Sveinn
fe58afcd39 Large MC Update (new encryption flags, functional test suite, removal of session code, minor cleanup, vuln. updates ) (#4882) 2024-04-15 08:10:25 -07:00