Changelog
- 8234c31 Fix versitygw#1864 to not return parent keys for ListObjectVersions with prefix
- d4ea895 chore(deps): bump actions/download-artifact from 4 to 7
- 7ebe0f8 chore(deps): bump actions/download-artifact from 7 to 8
- 790bac2 chore(deps): bump actions/upload-artifact from 4 to 6
- 892590a chore(deps): bump actions/upload-artifact from 6 to 7
- 6e9f0db chore(deps): bump github.com/clipperhouse/uax29/v2
- 22d49ed chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.11 to 2.52.12
- 496b098 chore(deps): bump goreleaser/goreleaser-action from 6 to 7
- 0530636 chore(deps): bump the dev-dependencies group with 21 updates
- fa9f9ef chore(deps): bump the dev-dependencies group with 4 updates
- 0954428 chore(deps): bump the dev-dependencies group with 7 updates
- 3f2de08 chore: cleanup go.mod with go mod tidy
- fc5c0a3 chore: fix typos and error return wrapping types in posix
- 4fa7d38 chore: fix warning in system.yml github workflow
- af76584 chore: update README.md to highlight new web gui feature
- dc0572b chore: update readme for testing overview
- e7a1231 feat: add cli options to specify webui gateway/admin listing
- b3eac97 feat: add concurrency limiter to scoutfs
- fd0c9df feat: add favicon to all pages in webui
- 599ab1b feat: add multi-address listener for s3/admin/webui
- e2821fc feat: add option to disable s3proxy client data integrity checks
- 4b11f54 feat: add posix concurrency-limiter
- 8550dba feat: add tagging support for directory objects in posix
- 7fb3ded feat: adds
Location,x-amz-bucket-arnresponse headers in CreateBucket - 2436475 feat: adds checksums for directory objects in posix
- f7814ad feat: adds fiber max connections and in-flight requests limiter
- 9c21299 feat: allow anonymous access for s3proxy backend
- 5ae791b feat: configuration option to disable ACLs
- d03a331 feat: optimize multipart upload checksum calculation.
- 3e26175 feat: replace aws-sdk-go-v2 s3 manager with transfermanager
- 5c918f3 feat: revert ignore object ACL behavior
- 880d4ce feat: update go version to 1.25.0 and golang.org/x/net to 0.51.0
- e702a48 fix: CopyObject with URL-encoded special chars
- da82e5e fix: add missing tests to group-tests map
- 2232efd fix: adds application/xml Content-Type to error responses
- f1577fd fix: correct private canned ACL behavior on bucket creation
- 89aa822 fix: fixes DeleteObject if-match quoted comparison
- 6fafc15 fix: fixes PutBucketCors CORSRules validation
- 46bcc8a fix: fixes object default Content-Type
- 760f252 fix: improve WalkVersions() ancestor-directory guard for prefix filtering
- 3d56636 fix: make webui sidebar responsive on mobile
- 68755ca fix: replace
debuglogger.Logf("Internal Error, %v", err)withdebuglogger.InternalError(err) - 4ebe408 fix: store final checksum on CompleteMultipartUpload
- 7695be5 fix: store part checksums at destination path in UploadPartCopy