Skip to content

Commit 561894c

Browse files
committed
Delete unused UUID on S3 credential cache key type
1 parent 41d61db commit 561894c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Core/AWSSDKIdentity/Sources/AWSSDKIdentity/S3Express/IdentityResolver/S3ExpressCachedElement.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import struct Smithy.Attributes
1414
final actor S3ExpressIdentityCachedElement {
1515

1616
struct CacheKey: Hashable {
17-
static let uuid = UUID().uuidString
1817
let bucket: String
1918

2019
init(identityProperties: Attributes) throws {

0 commit comments

Comments
 (0)