From 2cb93bf4b2f0fdf28e4a7bf0e83ee3133992aa01 Mon Sep 17 00:00:00 2001 From: Jordan Nelson Date: Fri, 22 Mar 2024 17:38:00 -0400 Subject: [PATCH] chore: add doc comment --- .../lib/src/path_resolver/s3_path_resolver.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/storage/amplify_storage_s3_dart/lib/src/path_resolver/s3_path_resolver.dart b/packages/storage/amplify_storage_s3_dart/lib/src/path_resolver/s3_path_resolver.dart index 6bdede06b6f..dff80af88f9 100644 --- a/packages/storage/amplify_storage_s3_dart/lib/src/path_resolver/s3_path_resolver.dart +++ b/packages/storage/amplify_storage_s3_dart/lib/src/path_resolver/s3_path_resolver.dart @@ -39,6 +39,7 @@ class S3PathResolver { return resolvedPath; } + /// Resolve multiple [StoragePath] objects. Future> resolvePaths({ required List paths, }) async {