Commit ade1a481 authored by Nugine's avatar Nugine
Browse files

fix lints

parent 2befd1c6
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -145,6 +145,8 @@ pub fn check_bucket_name(name: &str) -> bool {
    true
}

/// Check if the key is valid
/// 
/// The name for a key is a sequence of Unicode characters whose UTF-8 encoding is at most 1,024 bytes long.
/// See [object keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys)
#[must_use]