use account id from C #2604
Annotations
2 warnings
GitHub Action for SwiftLint:
Source/AwsCommonRuntimeKit/crt/CBOR.swift#L135
Superfluous Disable Command Violation: SwiftLint rule 'type_body_length' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
GitHub Action for SwiftLint:
Source/AwsCommonRuntimeKit/crt/Utilities.swift#L141
Optional Data -> String Conversion Violation: Prefer failable `String(bytes:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
Loading