[#172] Convert handler config to interface #206

Merged
alexvanin merged 1 commits from mbiryukova/frostfs-s3-gw:feature/convert_handler_config_to_interface into master 2023-10-04 11:01:28 +00:00
Collaborator

Closes #172

Signed-off-by: Marina Biryukova m.biryukova@yadro.com

Closes #172 Signed-off-by: Marina Biryukova <m.biryukova@yadro.com>
mbiryukova self-assigned this 2023-09-11 07:42:48 +00:00
mbiryukova force-pushed feature/convert_handler_config_to_interface from 2f890d4433 to c11a040618 2023-09-11 07:44:00 +00:00 Compare
mbiryukova requested review from storage-services-committers 2023-09-11 07:52:38 +00:00
mbiryukova requested review from storage-services-developers 2023-09-11 07:52:38 +00:00
pogpp approved these changes 2023-09-11 08:20:43 +00:00
r.loginov approved these changes 2023-09-13 11:50:45 +00:00

Let's merge it after #207

Let's merge it after #207
mbiryukova force-pushed feature/convert_handler_config_to_interface from c11a040618 to a2d1b7f980 2023-09-19 10:54:46 +00:00 Compare
dkirillov reviewed 2023-09-20 13:27:43 +00:00
cmd/s3-gw/app.go Outdated
@ -672,0 +713,4 @@
a.settings.resolveZoneList = a.cfg.GetStringSlice(cfgResolveBucketAllow)
a.settings.isResolveListAllow = len(a.settings.resolveZoneList) > 0
if !a.settings.isResolveListAllow {
Collaborator

It seems we can init all these fields in newAppSettings

It seems we can init all these fields in `newAppSettings`
dkirillov marked this conversation as resolved
dkirillov approved these changes 2023-09-20 13:28:39 +00:00
mbiryukova force-pushed feature/convert_handler_config_to_interface from a2d1b7f980 to 889d0a02f8 2023-09-21 09:04:07 +00:00 Compare
dkirillov approved these changes 2023-09-21 12:08:39 +00:00
alexvanin merged commit b8c93ed391 into master 2023-10-04 11:01:28 +00:00
alexvanin deleted branch feature/convert_handler_config_to_interface 2023-10-04 11:01:29 +00:00
Sign in to join this conversation.
There is no content yet.