2020-12-01 15:32:03 +00:00
|
|
|
# S3 Protocol gateway
|
|
|
|
|
|
|
|
Protocol Gateway to access data in NeoFS using AWS S3 protocol
|
|
|
|
|
2021-06-10 18:18:18 +00:00
|
|
|
Source code and more information can be found in [project's GitHub repository](https://github.com/nspcc-dev/neofs-s3-gw)
|
2020-12-01 15:32:03 +00:00
|
|
|
|
|
|
|
## .env settings
|
|
|
|
|
|
|
|
### S3_GW_VERSION=0.12.0
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
2021-06-10 18:18:18 +00:00
|
|
|
### S3_GW_IMAGE=nspccdev/neofs-s3-gw
|
2020-12-01 15:32:03 +00:00
|
|
|
|
|
|
|
Image label prefix to use for containers.
|