This commit is contained in:
houseme
2025-06-30 22:47:36 +08:00
parent 57c8c76e58
commit 68090d1c35
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ pub struct ARN {
pub region: String,
// Service types, such as "sqs", "sns", "lambda", etc. This defaults to "sqs" to match the Go example.
pub service: String,
// Partitions such as "aws", "aws-cn", or customizations such as "rustfs","rustfs", etc.
// Partitions such as "aws", "aws-cn", or customizations such as "rustfs", etc.
pub partition: String,
}