mbiryukova
  • Joined on 2023-07-04
mbiryukova created branch bugfix/precondition_headers in mbiryukova/frostfs-s3-gw 2024-11-26 10:33:11 +00:00
mbiryukova pushed to bugfix/precondition_headers at mbiryukova/frostfs-s3-gw 2024-11-26 10:33:11 +00:00
04177c9936 [#xxx] Ignore precondition headers with invalid date format
mbiryukova commented on pull request TrueCloudLab/frostfs-s3-gw#551 2024-11-25 16:26:17 +00:00
[#543] Add md5 sse-c S3Tests compatability

Seems that encMultipartObjectSize is unused now

mbiryukova created pull request TrueCloudLab/frostfs-s3-gw#560 2024-11-22 09:51:47 +00:00
[#559] Remove multipart objects using tombstones
mbiryukova pushed to feature/multipart_tombstone at mbiryukova/frostfs-s3-gw 2024-11-22 09:47:48 +00:00
4305c8507f [#559] Remove multipart objects using tombstones
mbiryukova pushed to feature/multipart_tombstone at mbiryukova/frostfs-s3-gw 2024-11-22 09:39:14 +00:00
74dd7db553 [#559] Remove multipart objects using tombstones
mbiryukova created branch feature/multipart_tombstone in mbiryukova/frostfs-s3-gw 2024-11-22 09:34:17 +00:00
mbiryukova pushed to feature/multipart_tombstone at mbiryukova/frostfs-s3-gw 2024-11-22 09:34:17 +00:00
6b76e2a07e [#559] Remove multipart objects using tombstones
a12fea8a5b Release v0.31.0
9875307c9b [#556] Check bucket name not only during creation
b1775f9478 [#553] authmate: Add retryer to create access box
4fa45bdac2 [#553] authmate: Don't use basic acl
Compare 5 commits »
mbiryukova approved TrueCloudLab/frostfs-http-gw#167 2024-11-20 13:04:23 +00:00
Release v0.31.0
mbiryukova approved TrueCloudLab/frostfs-s3-gw#558 2024-11-20 13:02:46 +00:00
Release v0.31.0
mbiryukova commented on pull request TrueCloudLab/frostfs-http-gw#153 2024-11-19 14:03:15 +00:00
[#151] Index page for FrostFS containers

It should be added to config files too I suppose

mbiryukova pushed to feature/fix_sighup at mbiryukova/frostfs-s3-gw 2024-11-18 15:59:47 +00:00
d99c1cf9d3 [#541] Use default value if config param is unset after SIGHUP
mbiryukova pushed to feature/fix_sighup at mbiryukova/frostfs-s3-gw 2024-11-18 15:57:35 +00:00
efc6795fc5 [#541] Use default value if config param is unset after SIGHUP
368c7d2acd [#549] Add tracing attributes
31076796ce [#550] Execute CI on push to master
Compare 3 commits »
mbiryukova pushed to feature/fix_sighup at mbiryukova/frostfs-s3-gw 2024-11-15 09:08:54 +00:00
ef946b02f0 [#541] Use default value if config param is unset after SIGHUP
eff0de43d5 [#538] Return headers with 304 Not Modified
fb00dff83b [#540] Add md5 S3Tests compatability
d8f126b339 [#539] Fix listing v1 bookmark marker
7ab902d8d2 [#536] Add rule ID generation
Compare 9 commits »
mbiryukova commented on pull request TrueCloudLab/frostfs-s3-gw#547 2024-11-12 10:07:53 +00:00
[#538] Return headers with 304 Not Modified

I checked what aws returns in such cases

mbiryukova commented on pull request TrueCloudLab/frostfs-s3-gw#541 2024-11-11 14:46:24 +00:00
[#541] Use default value if config param is unset after SIGHUP

In this case, won’t we lose all default values ​​and values ​​that were set via flags after SIGHUP?

mbiryukova created pull request TrueCloudLab/frostfs-s3-gw#547 2024-11-11 13:42:16 +00:00
[#538] Return headers with 304 Not Modified