mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-04 20:37:44 +00:00
Update dependencies (#1841)
This commit is contained in:
6
vendor/github.com/minio/minio-go/v7/pkg/notification/notification.go
generated
vendored
6
vendor/github.com/minio/minio-go/v7/pkg/notification/notification.go
generated
vendored
@ -78,11 +78,13 @@ type Arn struct {
|
||||
|
||||
// NewArn creates new ARN based on the given partition, service, region, account id and resource
|
||||
func NewArn(partition, service, region, accountID, resource string) Arn {
|
||||
return Arn{Partition: partition,
|
||||
return Arn{
|
||||
Partition: partition,
|
||||
Service: service,
|
||||
Region: region,
|
||||
AccountID: accountID,
|
||||
Resource: resource}
|
||||
Resource: resource,
|
||||
}
|
||||
}
|
||||
|
||||
// String returns the string format of the ARN
|
||||
|
Reference in New Issue
Block a user