Denis Kirillov dkirillov
  • Joined on 2023-03-06
dkirillov created branch feature/add_multipart in dkirillov/xk6-frostfs 2023-07-05 15:04:33 +00:00
dkirillov pushed to feature/add_multipart at dkirillov/xk6-frostfs 2023-07-05 15:04:33 +00:00
d598c35eaf [#XX] Add dump registry function
8b6c375946 [#XX] Add multipart upload
ba04c682cb [#13] Allow to use english text in the payload
3525d5b4e3 [#15] go.mod: Tidy
62d7b78131 [#73] preset: Allow to sleep before putting objects
Compare 10 commits »
3620357d4a [#149] Update inner imports after moving middlewares
684c11f0a7 [#149] Move middlewares to separate package
ddfa2aacd0 [#149] Add host bucket router
f450dc3905 [#149] Use chi instead of gorilla mux
Compare 4 commits »
aaab1138ab [#XX] fix after rebase
3e3354ea3e [#XX] Add custom bucket domain based router
32fdb882d9 [#XX] Use go-chi mux
499f4c6495 [#155] metrics: Use default registerer for app metrics
2cbe3b9a27 [#131] Update docs
Compare 123 commits »
dkirillov pushed to bugix/fix_not_found_error at dkirillov/frostfs-s3-gw 2023-06-30 09:11:49 +00:00
d531b13866 [#143] Add more context to some s3 errors
dkirillov pushed to bugix/fix_not_found_error at dkirillov/frostfs-s3-gw 2023-06-30 09:05:11 +00:00
0caa5dd3c5 [#143] Add more context to some s3 errors
f921bc8af5 [#143] Fix typo
be03c5178f [#143] Fix NoSuchKey error on get/head
499f4c6495 [#155] metrics: Use default registerer for app metrics
Compare 4 commits »
dkirillov pushed to bugix/fix_not_found_error at dkirillov/frostfs-s3-gw 2023-06-30 09:04:06 +00:00
89463d711f [#143] Add more context to some s3 errors
ca83ef24e8 [#143] Fix typo
Compare 2 commits »
dkirillov commented on pull request TrueCloudLab/frostfs-s3-gw#157 2023-06-30 07:35:41 +00:00
[#63] poc: Fast multipart upload
  • How many of parts have you used?

Every part has size 5mb (except the last)

dkirillov opened issue TrueCloudLab/frostfs-s3-gw#158 2023-06-30 07:33:40 +00:00
Don't return 200 code when object body is not found
dkirillov commented on pull request TrueCloudLab/frostfs-s3-gw#156 2023-06-30 07:24:37 +00:00
[#143] Fix NoSuchKey error on get/head

However, if it is possible to avoid it in this case, we should try to do it.

Ok, I'll create a new issue for that since it requires more changes than I'd like to add in this PR.

dkirillov commented on pull request TrueCloudLab/frostfs-s3-gw#157 2023-06-29 15:59:25 +00:00
[#63] poc: Fast multipart upload

Multipart upload comparison

dkirillov deleted branch fyrchik/lorem-ipsum from dkirillov/xk6-frostfs 2023-06-29 14:07:53 +00:00
dkirillov deleted branch feature/11-read_env_file from dkirillov/xk6-frostfs 2023-06-29 14:07:37 +00:00
dkirillov created pull request TrueCloudLab/frostfs-s3-gw#157 2023-06-29 14:02:57 +00:00
WIP: [#63] poc: Fast multipart upload
dkirillov pushed to feature/63-fast_multipart_upload at dkirillov/frostfs-s3-gw 2023-06-29 14:02:38 +00:00
f4aaa4ec81 [#63] poc: Fast multipart upload
dkirillov created branch feature/63-fast_multipart_upload in dkirillov/frostfs-s3-gw 2023-06-29 14:00:51 +00:00
dkirillov pushed to feature/63-fast_multipart_upload at dkirillov/frostfs-s3-gw 2023-06-29 14:00:51 +00:00
bd92b975cc [#63] poc: Fast multipart upload
dkirillov created pull request TrueCloudLab/frostfs-s3-gw#156 2023-06-29 13:05:03 +00:00
WIP: [#143] Fix NoSuchKey error on get/head
dkirillov pushed to bugix/fix_not_found_error at dkirillov/frostfs-s3-gw 2023-06-29 12:49:56 +00:00
1587180b9e [#143] Fix NoSuchKey error on get/head
dkirillov pushed to bugix/fix_not_found_error at dkirillov/frostfs-s3-gw 2023-06-29 12:49:11 +00:00
c011e4ef8d [#143] Fix NoSuchKey error on get/head