mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 15:40:03 +08:00
s3: use bucket in the domain
fix https://github.com/chrislusf/seaweedfs/issues/1405
This commit is contained in:
@@ -151,6 +151,7 @@ func (s3opt *S3Options) startS3Server() bool {
|
||||
|
||||
_, s3ApiServer_err := s3api.NewS3ApiServer(router, &s3api.S3ApiServerOption{
|
||||
Filer: *s3opt.filer,
|
||||
Port: *s3opt.port,
|
||||
FilerGrpcAddress: filerGrpcAddress,
|
||||
Config: *s3opt.config,
|
||||
DomainName: *s3opt.domainName,
|
||||
|
Reference in New Issue
Block a user