forked from TrueCloudLab/frostfs-s3-gw
2a93a216f8
- fix displaying list objects - simplify `ListObjects` - simplify `GetObjectHandler` - simplify `HeadObjectHandler` - add method for `GetBucketVersioningHandler` - add method for `ListMultipartUploadsHandler` - improvements for `HeadObjectHandler`, to display folders meta - update dependencies - github.com/aws/aws-sdk-go v1.36.26 - github.com/google/uuid v1.1.4 - github.com/gorilla/mux v1.8.0 - github.com/nspcc-dev/cdn-sdk v0.3.0 - github.com/nspcc-dev/neofs-api-go v1.22.0 - github.com/prometheus/client_golang v1.9.0 - github.com/stretchr/testify v1.7.0 - google.golang.org/grpc v1.35.0 Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
18 lines
471 B
Modula-2
18 lines
471 B
Modula-2
module github.com/nspcc-dev/neofs-s3-gate
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/aws/aws-sdk-go v1.36.26
|
|
github.com/google/uuid v1.1.4
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/nspcc-dev/cdn-sdk v0.3.0
|
|
github.com/nspcc-dev/neofs-api-go v1.22.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.9.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/testify v1.7.0
|
|
go.uber.org/zap v1.16.0
|
|
google.golang.org/grpc v1.35.0
|
|
)
|