Alexey Vanin alexvanin
  • Joined on 2023-03-06
alexvanin pushed tag v0.31.0-rc.6 to TrueCloudLab/frostfs-s3-gw 2024-11-14 14:02:17 +00:00
alexvanin pushed tag v0.31.0-rc.6 to TrueCloudLab/frostfs-http-gw 2024-11-14 13:40:50 +00:00
alexvanin created branch fix/index_page in alexvanin/frostfs-http-gw 2024-11-13 15:54:28 +00:00
alexvanin pushed to fix/index_page at alexvanin/frostfs-http-gw 2024-11-13 15:54:28 +00:00
d2ab6bab23 Fix browse page invocation
181568f442 [#151] index page: Add browse via native protocol
821f8c2248 [#160] Add documentation for multinet settings
8bc64ce5e9 [#160] Use source dialer for gRPC connection to storage
69b7761bd6 [#160] Add internal/net package with multinet dialer source
Compare 10 commits »
alexvanin deleted branch feat/versioned_bucket_ops from nzinkevich/xk6-frostfs 2024-11-13 15:14:22 +00:00
alexvanin closed issue TrueCloudLab/xk6-frostfs#100 2024-11-13 15:14:18 +00:00
s3: Support workflow with versioned buckets
alexvanin pushed to master at TrueCloudLab/xk6-frostfs 2024-11-13 15:14:18 +00:00
124397578d [#100] preset_s3: Add a flag for percent of versioned buckets
a7079cda60 [#100] s3: Add a flag for permanent versioned object deletion
d3d5a1baed [#100] s3: Support creating of versioned bucket
Compare 3 commits »
alexvanin merged pull request TrueCloudLab/xk6-frostfs#177 2024-11-13 15:14:16 +00:00
[#100] s3: Support workflow with versioned buckets
alexvanin approved TrueCloudLab/xk6-frostfs#177 2024-11-13 15:10:31 +00:00
[#100] s3: Support workflow with versioned buckets

With @anikeev-yadro and @a.bogatyrev we've decided to keep Delete invocation in s3 scenarios for both versioned and non-versioned buckets. DeleteObjectVersion may be used to clean-up buckets before bucket removal, but for regular tests we use direct Delete with no extra listings.

alexvanin deleted branch bugfix/not_modified from mbiryukova/frostfs-s3-gw 2024-11-13 13:49:24 +00:00
alexvanin closed issue TrueCloudLab/frostfs-s3-gw#538 2024-11-13 13:49:19 +00:00
Fix preconditions
alexvanin pushed to master at TrueCloudLab/frostfs-s3-gw 2024-11-13 13:49:12 +00:00
eff0de43d5 [#538] Return headers with 304 Not Modified
alexvanin merged pull request TrueCloudLab/frostfs-s3-gw#547 2024-11-13 13:49:12 +00:00
[#538] Return headers with 304 Not Modified
alexvanin deleted branch bugfix/540_md5_header_check from pogpp/frostfs-s3-gw 2024-11-13 12:33:47 +00:00
alexvanin closed issue TrueCloudLab/frostfs-s3-gw#540 2024-11-13 12:33:43 +00:00
Fix checking Content-MD5 header
alexvanin pushed to master at TrueCloudLab/frostfs-s3-gw 2024-11-13 12:33:42 +00:00
fb00dff83b [#540] Add md5 S3Tests compatability
alexvanin merged pull request TrueCloudLab/frostfs-s3-gw#546 2024-11-13 12:33:41 +00:00
[#540] Add md5 S3Tests compatability
alexvanin commented on pull request TrueCloudLab/frostfs-s3-gw#546 2024-11-13 08:55:20 +00:00
[#540] Add md5 S3Tests compatability

Looks good, I would write