add bucket notification configuration (#502)

This commit is contained in:
houseme
2025-09-10 00:56:27 +08:00
committed by GitHub
parent 9c97524c3b
commit 4e00110bfe
6 changed files with 76 additions and 24 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ impl Serialize for ARN {
where
S: Serializer,
{
serializer.serialize_str(&self.to_arn_string())
serializer.serialize_str(&self.to_string())
}
}