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 61dbff5 commit dd44958Copy full SHA for dd44958
1 file changed
src/cache/cache.rs
@@ -485,6 +485,7 @@ impl PreprocessorCacheModeConfig {
485
feature = "s3",
486
feature = "webdav",
487
feature = "oss",
488
+ feature = "cos"
489
))]
490
pub struct RemoteStorage {
491
operator: opendal::Operator,
@@ -500,6 +501,7 @@ pub struct RemoteStorage {
500
501
502
503
504
505
506
impl RemoteStorage {
507
pub fn new(operator: opendal::Operator, basedirs: Vec<Vec<u8>>) -> Self {
@@ -517,6 +519,7 @@ impl RemoteStorage {
517
519
518
520
521
522
523
524
#[async_trait]
525
impl Storage for RemoteStorage {
0 commit comments