update s3 gateway to 0.15.0 stable
Signed-off-by: Roman Khimov <roman@nspcc.ru>
This commit is contained in:
parent
1b4452df67
commit
8b8bce8038
2 changed files with 4 additions and 4 deletions
4
.env
4
.env
|
@ -22,8 +22,8 @@ HTTP_GW_VERSION=0.15.1
|
|||
HTTP_GW_IMAGE=nspccdev/neofs-http-gw
|
||||
|
||||
# S3 Gate
|
||||
S3_GW_VERSION=0.14.2
|
||||
S3_GW_IMAGE=nspccdev/neofs-s3-gate
|
||||
S3_GW_VERSION=0.15.0
|
||||
S3_GW_IMAGE=nspccdev/neofs-s3-gw
|
||||
|
||||
# NeoFS LOCODE database
|
||||
LOCODE_DB_URL=https://github.com/nspcc-dev/neofs-locode-db/releases/download/v0.1.0/locode_db.gz
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
Protocol Gateway to access data in NeoFS using AWS S3 protocol
|
||||
|
||||
Source code and more information can be found in [project's GitHub repository](https://github.com/nspcc-dev/neofs-s3-gate)
|
||||
Source code and more information can be found in [project's GitHub repository](https://github.com/nspcc-dev/neofs-s3-gw)
|
||||
|
||||
## .env settings
|
||||
|
||||
|
@ -13,6 +13,6 @@ Image version label to use for containers.
|
|||
If you want to use locally built image, just set it's label here. Instead of
|
||||
pulling from DockerHub, the local image will be used.
|
||||
|
||||
### S3_GW_IMAGE=nspccdev/neofs-s3-gate
|
||||
### S3_GW_IMAGE=nspccdev/neofs-s3-gw
|
||||
|
||||
Image label prefix to use for containers.
|
||||
|
|
Loading…
Reference in a new issue