File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ use std::collections::HashMap;
2424#[ derive( Debug , Clone , Default ) ]
2525pub struct DeleteOptions {
2626 /// The version of the file to delete.
27- pub ( crate ) version : Option < String > ,
27+ pub version : Option < String > ,
2828 /// Set `if_match` for this operation.
2929 ///
3030 /// This option can be used to check if the file's `ETag` matches the given `ETag`.
3131 ///
3232 /// If file exists and it's etag doesn't match, an error with kind [`ErrorKind::ConditionNotMatch`]
3333 /// will be returned.
34- pub ( crate ) if_match : Option < String > ,
34+ pub if_match : Option < String > ,
3535 /// Whether to delete the target recursively.
3636 ///
3737 /// - If `false`, behaves like the traditional single-object delete.
You can’t perform that action at this time.
0 commit comments