go fmt
This commit is contained in:
@@ -95,7 +95,7 @@ func (s3a *S3ApiServer) readTableLocationMappingFromDirectory(bucket string) (st
|
|||||||
conflict := false
|
conflict := false
|
||||||
|
|
||||||
err := s3a.WithFilerClient(false, func(client filer_pb.SeaweedFilerClient) error {
|
err := s3a.WithFilerClient(false, func(client filer_pb.SeaweedFilerClient) error {
|
||||||
stream, err := client.ListEntries(context.Background(), &filer_pb.ListEntriesRequest{
|
stream, err := client.ListEntries(context.Background(), &filer_pb.ListEntriesRequest{
|
||||||
Directory: mappingDir,
|
Directory: mappingDir,
|
||||||
Limit: 4294967295, // math.MaxUint32
|
Limit: 4294967295, // math.MaxUint32
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user