Include s3/website test only when k2v is enabled #556
1 changed files with 1 additions and 0 deletions
|
@ -3,4 +3,5 @@ mod multipart;
|
||||||
mod objects;
|
mod objects;
|
||||||
mod simple;
|
mod simple;
|
||||||
mod streaming_signature;
|
mod streaming_signature;
|
||||||
|
#[cfg(feature = "k2v")]
|
||||||
mod website;
|
mod website;
|
||||||
|
|
Loading…
Reference in a new issue