dkirillov
pushed to featue/553-dont_use_basic_acl at dkirillov/frostfs-s3-gw
2024-11-18 12:32:20 +00:00
4253fc5b90
[#553] authmate: Don't use basic acl
368c7d2acd
[#549] Add tracing attributes
31076796ce
[#550] Execute CI on push to master
WIP: [#553] authmate: Don't use basic acl
dkirillov
pushed to featue/553-dont_use_basic_acl at dkirillov/frostfs-s3-gw
2024-11-18 12:31:23 +00:00
a45bbe9c14
[#553] authmate: Don't use basic acl
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
dkirillov
created branch featue/553-dont_use_basic_acl in dkirillov/frostfs-s3-gw
2024-11-18 12:31:22 +00:00
Don't use basaic acl in authmate
[#469] List multipart uploads streaming
Well, maybe I point to different error. Output sometime doesn't contain NextUploadIDMarker
$ AWS_MAX_ATTEMPTS=1 aws s3api --no-verify-ssl --endpoint http://localhost:8084 list-multipart-upl…
[#541] Use default value if config param is unset after SIGHUP
Well, then I suppose keep flags also (env variables not reloadable and new viper instance get them also)
diff --git a/cmd/s3-gw/app_settings.go b/cmd/s3-gw/app_settings.go
index…
a365f7af81
[#Issue] tmp
17d40245de
[#505] docs: Add example of uploading file using presigned URL
979d85b046
[#505] authmate: Add flag for headers in generate-presigned-url cmd
539dab8680
[#501] Add the trace id to the logs of middlware
76008d4ba1
[#501] Consider using request logger in logAndSendError
[#469] List multipart uploads streaming
Consider using approach like here aaca4f84b8/pkg/service/tree/tree.go (L1114)
[#469] List multipart uploads streaming
Result must be sorted by upload-id if some uploads have the same key
[#469] List multipart uploads streaming
Not only. It also contains Marker
for listing v1 and ContinuationToken
for listing v2