We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff98a50 commit 4e9f501Copy full SHA for 4e9f501
1 file changed
src/cache/cache.rs
@@ -470,6 +470,7 @@ impl PreprocessorCacheModeConfig {
470
feature = "s3",
471
feature = "webdav",
472
feature = "oss",
473
+ feature = "cos"
474
))]
475
pub struct RemoteStorage {
476
operator: opendal::Operator,
@@ -485,6 +486,7 @@ pub struct RemoteStorage {
485
486
487
488
489
490
491
impl RemoteStorage {
492
pub fn new(operator: opendal::Operator, basedirs: Vec<Vec<u8>>) -> Self {
@@ -502,6 +504,7 @@ impl RemoteStorage {
502
504
503
505
506
507
508
509
#[async_trait]
510
impl Storage for RemoteStorage {
0 commit comments