Files
seaweedfs/test/s3
chrislu b5349bf6df fix: Resolve compilation errors in Keycloak integration tests
- Remove unused imports (time, bytes) from test files
- Add missing S3 object manipulation methods to test framework
- Fix io.Copy usage for reading S3 object content
- Ensure all Keycloak integration tests compile successfully

Changes:
- Remove unused 'time' import from s3_keycloak_integration_test.go
- Remove unused 'bytes' import from s3_iam_framework.go
- Add io import for proper stream handling
- Implement PutTestObject, GetTestObject, ListTestObjects, DeleteTestObject methods
- Fix content reading using io.Copy instead of non-existent ReadFrom method

All tests now compile successfully and the distributed IAM system
is ready for testing with both mock and real Keycloak authentication.
2025-08-24 12:34:58 -07:00
..
2025-08-01 15:45:23 -07:00
2025-07-22 01:07:15 -07:00
2021-09-26 12:59:49 -07:00
2025-07-22 01:07:15 -07:00