diff --git a/.env b/.env index f5b2841..36a64da 100644 --- a/.env +++ b/.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 diff --git a/docs/s3_gate.md b/docs/s3_gate.md index 7362546..9c00573 100644 --- a/docs/s3_gate.md +++ b/docs/s3_gate.md @@ -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.