chrislu
47bf41e407
refactor
5 months ago
chrislu
2997a213c3
look breaking
5 months ago
chrislu
44483f6976
offset
Fetch FULL encrypted chunk (not just the range)
Adjust IV by PartOffset/ChunkOffset only
Decrypt full chunk
Skip in the DECRYPTED stream to reach OffsetInChunk
5 months ago
chrislu
92e3384374
adjust offset
5 months ago
chrislu
c28f3fdd66
correct IV based on its position within that part, not its position in the entire object
5 months ago
chrislu
c498fbdf61
range on empty object or zero-length
5 months ago
chrislu
53a75c7020
optimize
5 months ago
chrislu
a5a485a77f
single character delimiter
5 months ago
chrislu
eccbf9535b
nil check
5 months ago
chrislu
3f21f8b22f
minor fixes
5 months ago
chrislu
dde9478fc2
nil check
5 months ago
chrislu
81c3545de9
fix listing
5 months ago
chrislu
afc68ff880
ensure correct conversion
5 months ago
chrislu
befe0a149e
less logs
5 months ago
chrislu
8298aeb9d4
still too verbose in logs
5 months ago
chrislu
ff02d586fc
Different IV offset calculations for single-part vs multipart objects
5 months ago
chrislu
f7d2c12613
SSE-x Chunk View Decryption
5 months ago
chrislu
1cc4375cbc
Update s3api_object_handlers_list.go
5 months ago
chrislu
a672282564
Fixed URL encoding and sort order for CommonPrefixes
5 months ago
chrislu
b6392843f6
decryptedReader will now be properly closed after use
5 months ago
chrislu
95ca9335ce
compiles correctly
5 months ago
chrislu
d4da42ed7c
prevents any potential data loss or corruption in the small-file inline storage path
5 months ago
chrislu
d80bec25fc
set md5 for multipart uploads
5 months ago
chrislu
7a9af53b45
Sort CommonPrefixes lexicographically to match AWS S3 behavior
5 months ago
chrislu
3b4a7b8e2e
the FileChunk is created without setting ModifiedTsNs
5 months ago
chrislu
a8a25cc353
fix the multipart get part ETag
5 months ago
chrislu
e186e4aae4
remove the extra PathUnescape call
5 months ago
chrislu
cd0e1ad14b
always sort
5 months ago
chrislu
405f6b5255
CommonPrefixes Sorting with URL Encoding
5 months ago
chrislu
5b69ad9878
Metadata Header Case
5 months ago
chrislu
7700ec0b59
ensures PUT and GET operations return consistent ETags
5 months ago
chrislu
47cd650ab6
multipart boundaries
5 months ago
chrislu
33308737f0
adjust IV and offset
5 months ago
chrislu
283764614b
sse
5 months ago
chrislu
ccc87b575f
Multipart ETag semantics: conditionally set object-level Md5 for single-chunk uploads only.
5 months ago
chrislu
23b053491c
jwt
5 months ago
chrislu
aeba5c1ffa
variable
5 months ago
chrislu
98490455c7
logs
5 months ago
chrislu
13f6f7d8f5
fix url
5 months ago
chrislu
b1d2a4cdcf
fix offset
5 months ago
chrislu
7fc43d964b
offset
5 months ago
chrislu
0753a6ebd7
collect logs
5 months ago
chrislu
065978618c
IV relative to offset in each part, not the whole file
5 months ago
chrislu
1b546819aa
adjust logs
5 months ago
chrislu
ed11215964
SSE Range Request IV Calculation
5 months ago
chrislu
f7ff65f163
adjust the offset
5 months ago
chrislu
7f458de76f
data and metadata both use background context
5 months ago
chrislu
354b2ab80d
context
5 months ago
chrislu
2b62e6229c
fix url parsing
5 months ago
chrislu
e5f18bc4c0
Update s3api_bucket_policy_handlers.go
5 months ago