mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 16:28:15 +00:00
f7724d223b
* Set up a compatibility layer for replacing old Rio components with new ones. * fix(rio). compress range * feat(rio). Add the experimental feature rio_v2 to support minio data at the binary level. * feat(rio_v2): add sse-c test * test compression component * simple fix * fix minlz encode * fix metadata * fix kms key cache error * Update launch.json * ci: set nix crate download user agent * fix: gate obs pyroscope backend * ignore minio test * fix encrypt check * fix * fix * fix * Update object_usecase.rs * Update ci.yml * fix * ci add rio-v2 test * fix * ci fix * fix * Reconstructed into a more reasonable compatibility mode * fix * fix --------- Signed-off-by: houseme <housemecn@gmail.com> Signed-off-by: 唐小鸭 <tangtang1251@qq.com> Co-authored-by: houseme <housemecn@gmail.com> Co-authored-by: cxymds <Cxymds@qq.com> Co-authored-by: 安正超 <anzhengchao@gmail.com>
62 lines
780 B
Plaintext
62 lines
780 B
Plaintext
/target
|
|
.DS_Store
|
|
.idea
|
|
.vscode
|
|
.cursor
|
|
.direnv/
|
|
/test
|
|
/logs
|
|
/data
|
|
/docs
|
|
/rustfs-data/
|
|
.devcontainer
|
|
rustfs/static/*
|
|
!rustfs/static/.gitkeep
|
|
vendor
|
|
cli/rustfs-gui/embedded-rustfs/rustfs
|
|
*.log
|
|
deploy/certs/*
|
|
deploy/data/*
|
|
*jsonl
|
|
.env
|
|
.rustfs.sys
|
|
.cargo/
|
|
!.cargo/config.toml
|
|
profile.json
|
|
.docker/openobserve-otel/data
|
|
*.zst
|
|
.secrets
|
|
*.go
|
|
*.pb
|
|
*.svg
|
|
deploy/logs/*.log.*
|
|
artifacts/
|
|
# s3-tests local artifacts (root directory only)
|
|
/s3-tests/
|
|
/s3-tests-local/
|
|
/s3tests.conf
|
|
/s3tests.conf.*
|
|
*.events
|
|
*.audit
|
|
*.snappy
|
|
PR_DESCRIPTION.md
|
|
scripts/s3-tests/selected_tests.txt
|
|
docs
|
|
__pycache__/
|
|
!docs/
|
|
docs/*
|
|
!docs/architecture/
|
|
!docs/architecture/**
|
|
|
|
# nix stuff
|
|
result*
|
|
*.gz
|
|
rustfs-webdav.code-workspace
|
|
|
|
.aiexclude
|
|
*.bak
|
|
# Local test/benchmark artifacts
|
|
benchmarks.logs
|
|
tmp/
|
|
crates/*/docs
|