[feature-wip](remote storage)(step1) use a struct instead of string for parameter path, add basic remote method (#7098)

For the first, we need to make a parameter to discribe the data is local or remote.
At then, we need to support some basic function to support the operation for remote storage.
This commit is contained in:
pengxiangyu
2021-12-22 22:58:23 +08:00
committed by GitHub
parent 2ab3a66e7a
commit 20ef8a6e21
114 changed files with 2345 additions and 1046 deletions

View File

@ -2,7 +2,6 @@
// This source code is licensed under both the GPLv2 (found in the
// COPYING file in the root directory) and Apache 2.0 License
// (found in the LICENSE.Apache file in the root directory).
//
// Copyright (c) 2011 The LevelDB Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.