forked from minio/mc
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from minio:master #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pull
wants to merge
81
commits into
chrelyonly:master
Choose a base branch
from
minio:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Editing a rule with --expire-all-object-versions should be applied to existing rule properly
Available on AIStor. Requires minio/madmin-go#322 Lower minimum duration to 1 second. Useful (pretty much required) for traces.
…is 255 characters (#5114)
For `--newer-than` and `--older-than`, allow using absolute times. Example: ``` λ mc ls play/testbucket [2025-01-22 09:57:12 CET] 676KiB STANDARD Daily checks Procedure for Portainer.docx [2025-01-22 16:40:07 CET] 22KiB STANDARD dovrennost_mobilizaciya_0-2.docx λ mc find -newer-than="2025-01-22 09:57:00 CET" play/testbucket play/testbucket/Daily checks Procedure for Portainer.docx play/testbucket/dovrennost_mobilizaciya_0-2.docx λ mc find -newer-than="2025-01-22 09:57:13 CET" play/testbucket play/testbucket/dovrennost_mobilizaciya_0-2.docx ``` We allow the same timestamp types as `--rewind` and add the printed type for easy copy+paste.
Signed-off-by: Shubhendu Ram Tripathi <[email protected]>
* Add `--enc` parameter to `mc support upload` to encrypt the file content. * Add file size as zstd frame content size. * Test opening the file before doing more. * Uses same key as "mc support inspect".
* Giving mirror the option to exit early when --remove is not set * Making sure always to cancel the context on exit * Adding an internal flag to enable local listing only based on active/active and remove flags * Renaming localListingOnly to sourceListingOnly
Now in checks we can get nil dereference while both struct has Content
field of nil. But in code we cheching for nil, and I believe that
testcase can be real:
```go
urls1 := URLs{};
urls2 := URLs{};
urls1.Equal(urls2);
```
add the duration time and beautify the output
... and pin toolchain.
Improve docs to hint to the user that MD5 is the odd one out in this list
Also adds `CRC32-FO` and `CRC32C-FO` for complete object checksums. ``` λ mc cp -checksum=crc64nvme mc.exe myminio/testbucket ...com\minio\mc\mc.exe: 41.95 MiB / 41.95 MiB λ mc stat myminio/testbucket/mc.exe Name : mc.exe Date : 2025-02-14 13:59:05 CET Size : 42 MiB ETag : 7f130846cec6e6ece750565b1f3d9518-3 VersionID : f4daeb78-9eaf-4da9-b9ca-d8b65fbc69e3 Type : file Checksum : CRC64NVME:TOfg0RHhpZk= Metadata : Content-Type: application/x-msdownload λ mc cp -checksum=crc32-fo mc.exe myminio/testbucket ...com\minio\mc\mc.exe: 41.95 MiB / 41.95 MiB λ mc stat myminio/testbucket/mc.exe Name : mc.exe Date : 2025-02-14 13:58:52 CET Size : 42 MiB ETag : 7f130846cec6e6ece750565b1f3d9518-3 VersionID : 1ec587dd-9127-42ee-ad82-58b48f9676d5 Type : file Checksum : CRC32:3Dt3fQ== Metadata : Content-Type: application/x-msdownload λ _ ```
Set TARGET_GOOS and TARGET_GOARCH to specify the target architecture of the built binary.
- During batch yaml generation, we check if the server supports the kind of batch job requested. - Shows catalog job status
#5194) Explicitly set file permissions for admin-cluster-{bucket,iam}-export.go to 600 regardless of umask
* Remove block and mutex as they are rather intensive and provide little information. * Add 'runtime'. Small, not intensive and possibly useful. Ignored by non-AIStor. * Do 15 seconds for better data.
The "replicate resync start" command requires the remote bucket ARN. This is currently difficult to obtain and requires picking through the output of "replicate list --json". Worse still, the JSON output doesn't contain the human-readable host for the bucket, making it difficult to know that you've got the correct one. This change solves the issue by including the ARN in the default list output.
…ws (#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 ```
feat: add --storage-class option to mc put
The ping command abnormally exits after being executed more than 1000 times.
* 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 ./...`
…esskey create-with-login` (#5258) Add ldap-username and ldap-password flags to "idp ldap accesskey create-with-login"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )