-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add NeoFS S3 Gateway image #40
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Leonard Lyubich <[email protected]>
@@ -1,4 +1,5 @@ | |||
NEOGO_VERSION=0.99.3 | |||
AIO_VERSION=0.32.0 | |||
AIO_VERSION=0.34.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we wait for #39?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Forgot to mark as draft.
On start, S3 ate fails with error
|
@KirillovDenis what's the reason of this error? @aprasolova hmm I didn't encounter this error. Can you pls try with commenting UPD: there was a mistake in |
4d2c712
to
997c62e
Compare
s3/s3.env
Outdated
|
||
S3_GW_RESOLVE_ORDER=nns dns | ||
|
||
S3_GW_DEFAULT_POLICY="REP 1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here "REP 1"
should be without quotes REP 1
. Otherwise, S3 gate writes the error
fatal s3-gw/app.go:612 couldn't parse container default policy {"error": "policy: syntax error: line 1:0 mismatched input '\"REP 1\"' expecting 'REP'"}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still see REP 1
without quotes
997c62e
to
d5a179a
Compare
Signed-off-by: Leonard Lyubich <[email protected]>
d5a179a
to
356ec3b
Compare
b17a2e5
to
65b13b9
Compare
Use `sidechain` volume to store sidechain data and make it accessible after restarts. Signed-off-by: Leonard Lyubich <[email protected]>
65b13b9
to
d0c4cae
Compare
No description provided.