Chris Lu
|
81de708df2
|
Update weed/s3api/s3api_object_handlers_list.go
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
|
2 months ago |
chrislu
|
235054db0b
|
obsolete code for s3 on filer read/write handlers
|
2 months ago |
chrislu
|
a4740a5d8d
|
consistent activity tracking
|
2 months ago |
chrislu
|
d1f2d5cd0a
|
Handle bucket-default encryption config errors explicitly for multipart
|
2 months ago |
chrislu
|
617fecfaa4
|
guard it with if entry.Attributes.TtlSec > 0 to match the pattern used elsewhere.
|
2 months ago |
chrislu
|
74e864bc65
|
go fmt
|
2 months ago |
chrislu
|
2ae6db4141
|
less logs
|
2 months ago |
chrislu
|
225a8c4907
|
less logs
|
2 months ago |
chrislu
|
b97020f913
|
refactoring
|
2 months ago |
chrislu
|
778c1cdd82
|
Proper Test Error Reporting
|
2 months ago |
chrislu
|
b251090bf7
|
Activity Tracking for Kafka Publishers
|
2 months ago |
chrislu
|
d141006438
|
Cleanup Unused Parameters
|
2 months ago |
chrislu
|
f5c9427b7a
|
Activity Tracking for Disk Reads
|
2 months ago |
chrislu
|
45398a9db7
|
avoid returning too quickly and ensure proper cleaning up
|
2 months ago |
chrislu
|
1b6e04ff2e
|
fix logging
|
2 months ago |
chrislu
|
24eacd9eee
|
error handling for adding to log buffer
|
2 months ago |
chrislu
|
20b763d632
|
handling invalid ranges
|
2 months ago |
chrislu
|
927dbe312f
|
Added marshaling error handling
|
2 months ago |
chrislu
|
182f448175
|
endian
|
2 months ago |
chrislu
|
5a9fe153bf
|
less logs
|
2 months ago |
chrislu
|
e363e78231
|
fix copying
|
2 months ago |
chrislu
|
7208f12895
|
simplify
|
2 months ago |
chrislu
|
c3d80b5299
|
fmt
|
2 months ago |
chrislu
|
2c175e7cc3
|
error propagation
|
2 months ago |
chrislu
|
fe93b4f981
|
testing upload
|
2 months ago |
chrislu
|
6b2851e4b9
|
clean up if fails
|
2 months ago |
chrislu
|
2731db20bb
|
different IV for each chunk in SSE-S3 and SSE-KMS
|
2 months ago |
chrislu
|
30c82fe1c7
|
Handle ivSkip for non-block-aligned offsets
|
2 months ago |
chrislu
|
d9cbc07b2a
|
clean up
|
2 months ago |
chrislu
|
f996d014a8
|
clean up if metadata operation failed
|
2 months ago |
chrislu
|
45d3331d06
|
store derived IV
|
2 months ago |
chrislu
|
e4a882cc93
|
sse tests
|
2 months ago |
chrislu
|
fcc74d18a2
|
https
|
2 months ago |
chrislu
|
c85407d537
|
errors after writing header
|
2 months ago |
chrislu
|
990778613b
|
handle errors
|
2 months ago |
chrislu
|
410d578e19
|
According to S3 specifications, when both partNumber and Range are present, the Range should apply within the selected part's boundaries, not to the full object.
|
2 months ago |
chrislu
|
def705fd51
|
purge unused code
|
2 months ago |
chrislu
|
513208c046
|
handle empty directory in S3, added PyArrow tests
|
2 months ago |
chrislu
|
21e6b7c281
|
Fixed SSE-KMS Multipart ChunkReader HTTP Body Leak
|
2 months ago |
chrislu
|
7a0d413a8d
|
Fixed SSERangeReader Infinite Loop Vulnerability
|
2 months ago |
chrislu
|
0e94b4d36c
|
ErrNoEncryptionConfig
|
2 months ago |
chrislu
|
fb09fafc36
|
SSE type
|
2 months ago |
chrislu
|
74dec79a41
|
adjust logs
|
2 months ago |
chrislu
|
f1fde6e1a8
|
Consolidate redundant nil entry checks in HeadObjectHandler
|
2 months ago |
chrislu
|
920678afb5
|
Consolidate nil entry checks in GetObjectHandler
|
2 months ago |
chrislu
|
32450f8b90
|
constant
|
2 months ago |
chrislu
|
abfb67ac74
|
Revert "handling directory"
This reverts commit 3a335f0ac3.
|
2 months ago |
chrislu
|
75bf7460c9
|
Optimized rejectDirectoryObjectWithoutSlash() to avoid unnecessary lookups
|
2 months ago |
chrislu
|
298b36f5fd
|
handling directory
|
2 months ago |
Feng Shao
|
0299e78de7
|
de/compress the fs meta file if filename ends with gz/gzip (#7500)
* de/compress the fs meta file if filename ends with gz/gzip
* gemini code review
* update help msg
|
2 months ago |