yao/neo/attachment/s3
Max 2222bbfcd7 Refactor file upload handling in neo package
- Simplified the file header conversion process by introducing GetHeader function to streamline header management during uploads.
- Updated handleUpload method to utilize the new GetHeader function, improving code clarity and reducing error handling complexity.
- Enhanced test cases to reflect changes in upload logic and ensure accurate content validation.
- Improved chunked upload handling by implementing a more robust mechanism for tracking upload progress and managing chunk data.
2025-06-01 12:00:45 +08:00
..
storage.go Refactor file upload handling in neo package 2025-06-01 12:00:45 +08:00
storage_test.go Update dependencies in go.mod and go.sum; refactor file handling in neo package 2025-05-31 10:07:19 +08:00