2020-07-03 15:08:57 +00:00
|
|
|
package misc
|
|
|
|
|
2020-12-01 07:02:26 +00:00
|
|
|
const ApplicationName = "neofs-s3-gate"
|
2020-07-07 07:07:59 +00:00
|
|
|
|
2020-07-03 15:08:57 +00:00
|
|
|
var (
|
2020-12-01 07:02:26 +00:00
|
|
|
// TODO should be replaced with S3_GW before release
|
|
|
|
Prefix = "S3"
|
|
|
|
|
2020-07-03 15:08:57 +00:00
|
|
|
Build = "now"
|
|
|
|
Version = "dev"
|
|
|
|
)
|