forked from TrueCloudLab/frostfs-s3-gw
[#595] Allow SSE-C only with TLS
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
50eeda03fa
commit
d824db7f69
9 changed files with 21 additions and 12 deletions
|
@ -71,7 +71,9 @@ func prepareHandlerContext(t *testing.T) *handlerContext {
|
|||
h := &handler{
|
||||
log: l,
|
||||
obj: layer.NewLayer(l, tp, layerCfg),
|
||||
cfg: &Config{},
|
||||
cfg: &Config{
|
||||
TLSEnabled: true,
|
||||
},
|
||||
}
|
||||
|
||||
return &handlerContext{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue