nspcc-dev / neofs-aio

NeoFS All-in-One single node deployment helper
5 stars 9 forks source link

Add NeoFS S3 Gateway image #40

Open cthulhu-rider opened 1 year ago

aprasolova commented 1 year ago

On start, S3 ate fails with error

2022-11-09T12:38:15.798Z    info    s3-gw/app.go:235    using credentials   {"NeoFS": "0272e3f36426765720ec9b68ca10e32753ac4458ed9b17576f3af0564c31580756"}
2022-11-09T12:38:15.798Z    info    s3-gw/app_settings.go:159   added connection peer   {"address": "localhost:8080", "weight": 1}
2022-11-09T12:38:15.798Z    warn    s3-gw/app_settings.go:147   skip, empty address
2022-11-09T12:38:15.808Z    fatal   s3-gw/app.go:182    failed to create resolver   {"error": "unknown resolver: \"nns"}
main.(*App).initResolver
cthulhu-rider commented 1 year ago

@KirillovDenis what's the reason of this error?

@aprasolova hmm I didn't encounter this error. Can you pls try with commenting S3_GW_RESOLVE_ORDER in s3/s3.env?

UPD: there was a mistake in s3/s3.env with redundant quote. Fixed @aprasolova