mbiryukova
  • Joined on 2023-07-04
mbiryukova created branch feature/update_sdk in mbiryukova/frostfs-s3-gw 2024-12-12 10:22:43 +00:00
mbiryukova pushed to feature/tree_pool_priority at mbiryukova/frostfs-sdk-go 2024-12-12 09:02:20 +00:00
00c96617c2 [#305] tree/pool: Add flag to use net map to prioritize tree services
d86cf85b39 [#311] client/container: Remove outdated comment
3dbae11efa [#310] client/container: Remove commented code
c4463df8d4 [#291] container: Rename field Account to OwnerID in PrmContainerList
852dac1476 [#291] container: Add ListStream method
Compare 8 commits »
mbiryukova pushed to feature/multipart_tombstone at mbiryukova/frostfs-s3-gw 2024-12-12 07:48:32 +00:00
6755ae912d [#559] Return error from multipart deleting
128939c01e [#562] Add tests for form encryption params
4a4ce00994 [#562] Support TLS termination header for SSE-C
Compare 3 commits »
mbiryukova commented on pull request TrueCloudLab/frostfs-s3-gw#574 2024-12-11 09:42:33 +00:00
[#559] Return error from multipart deleting

Yes, but in most places it's called, so will leave the same

mbiryukova commented on pull request TrueCloudLab/frostfs-s3-gw#574 2024-12-11 09:24:53 +00:00
[#559] Return error from multipart deleting

nodeVersion.OID is deleted separately so that if errors occur during removal of parts, combined object is not deleted. It will allow to remove multipart again

mbiryukova commented on pull request TrueCloudLab/frostfs-s3-gw#574 2024-12-11 09:19:44 +00:00
[#559] Return error from multipart deleting

I did it the way it was before not to change behavior

mbiryukova commented on pull request TrueCloudLab/frostfs-s3-gw#574 2024-12-11 08:29:54 +00:00
[#559] Return error from multipart deleting

I can add logging of all errors from channel in putTombstones

mbiryukova created pull request TrueCloudLab/frostfs-s3-gw#574 2024-12-11 04:22:46 +00:00
[#559] Return error from multipart deleting
mbiryukova created branch feature/multipart_tombstone in mbiryukova/frostfs-s3-gw 2024-12-11 04:18:23 +00:00
mbiryukova pushed to feature/multipart_tombstone at mbiryukova/frostfs-s3-gw 2024-12-11 04:18:23 +00:00
5b10514bd3 [#559] Return error from multipart deleting
980763c468 [#573] Refine CODEOWNERS settings
9395b5f39d [#339] v4: Don't duplicate content-length as signed header
11c1a86404 [#339] Fix stream sigV4a chunk-encoding
4515a7ae88 [#339] Don't explicitly use smithy-go
Compare 10 commits »
mbiryukova commented on pull request TrueCloudLab/frostfs-sdk-go#305 2024-12-09 07:47:46 +00:00
[#305] tree/pool: Add flag to use net map to prioritize tree services

p.innerPools now doesn't consist of tree service clients, if I understand you correctly

mbiryukova commented on pull request TrueCloudLab/frostfs-sdk-go#305 2024-12-09 07:45:59 +00:00
[#305] tree/pool: Add flag to use net map to prioritize tree services

In most cases placement policy will be provided from s3-gw cache but in other cases this information should be requested from storage. Maybe we should do the same for netmap, but I'm not sure

mbiryukova commented on pull request TrueCloudLab/frostfs-s3-gw#568 2024-12-09 04:25:26 +00:00
[#147] Add Kludge profiles

Seems to be unused

mbiryukova commented on pull request TrueCloudLab/frostfs-s3-gw#568 2024-12-09 04:25:26 +00:00
[#147] Add Kludge profiles

Seems to be unused

mbiryukova commented on pull request TrueCloudLab/frostfs-s3-gw#568 2024-12-09 04:25:26 +00:00
[#147] Add Kludge profiles

I guess if profile != nil we should just return profile.BypassContentEncodingCheckInChunks

mbiryukova commented on pull request TrueCloudLab/frostfs-s3-gw#568 2024-12-09 04:25:26 +00:00
[#147] Add Kludge profiles

The same as for profile.BypassContentEncodingCheckInChunks