TMP sidecars
This commit is contained in:
@@ -118,7 +118,7 @@ impl Datasets {
|
||||
Source::Filesystem {
|
||||
enabled,
|
||||
path,
|
||||
sidecars,
|
||||
pattern,
|
||||
} => {
|
||||
if !enabled {
|
||||
continue;
|
||||
@@ -129,7 +129,7 @@ impl Datasets {
|
||||
Dataset::Dir(Arc::new(DirDataSource::new(
|
||||
label,
|
||||
path_parent.join(path),
|
||||
*sidecars,
|
||||
pattern.clone(),
|
||||
))),
|
||||
);
|
||||
}
|
||||
@@ -141,7 +141,7 @@ impl Datasets {
|
||||
endpoint,
|
||||
region,
|
||||
credentials,
|
||||
sidecars,
|
||||
pattern,
|
||||
} => {
|
||||
if !enabled {
|
||||
continue;
|
||||
@@ -154,7 +154,7 @@ impl Datasets {
|
||||
endpoint.clone(),
|
||||
region.clone(),
|
||||
credentials,
|
||||
*sidecars,
|
||||
pattern.clone(),
|
||||
) {
|
||||
Ok(ds) => {
|
||||
sources.insert(label.clone(), Dataset::S3(Arc::new(ds)));
|
||||
|
||||
Reference in New Issue
Block a user