This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
versitygw
Watch
1
Star
0
Fork
0
You've already forked versitygw
mirror of
https://github.com/versity/versitygw.git
synced
2026-04-22 21:50:29 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bf6c0bb294475d9a7ead7676e69c509cedd9475c
versitygw
/
s3api
History
Ben McClelland
7866c326e3
Merge pull request
#1190
from versity/sis/empty-checksum-headers
...
fix: Handles the error cases for empty checksum headers for PutObject and UploadPart
2025-04-08 10:19:34 -07:00
..
controllers
feat: Adds Ownder data in ListObjects(V2) result.
2025-04-02 18:28:32 +04:00
middlewares
fix: Returns ErrSignatureVersionNotSupported for sigV2 signed requests.
2025-04-08 01:05:59 +04:00
utils
Merge pull request
#1190
from versity/sis/empty-checksum-headers
2025-04-08 10:19:34 -07:00
admin-router.go
feat: Implemented server access logs with file for Admin APIs
2024-07-15 15:49:03 -04:00
admin-server.go
feat: Refactoring admin APIs: changes i/o data transfer encoding to xml, implements traditional aws-like error handling, adds admin role checker middleware. Refactoring admin CLI actions to handle aws-like error responses
2024-10-25 11:40:23 -04:00
router_test.go
feat: Implemented server access logs with file for Admin APIs
2024-07-15 15:49:03 -04:00
router.go
feat: Refactoring admin APIs: changes i/o data transfer encoding to xml, implements traditional aws-like error handling, adds admin role checker middleware. Refactoring admin CLI actions to handle aws-like error responses
2024-10-25 11:40:23 -04:00
server_test.go
feat: Implemented server access logs with file for Admin APIs
2024-07-15 15:49:03 -04:00
server.go
fix: Reconstructes the authentication handlers: initializes the chunk reader based on x-amz-content-sha256 header value. Adds the MissingContentHeader error if x-amz-decoded-content-length header is missing for chunk uploads
2025-02-25 21:17:04 +04:00