Skip to content

Commit

Permalink
chore: remove leading /
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson committed Mar 25, 2024
1 parent 434a57a commit e518fcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ void main() {
(WidgetTester tester) async {
final result = await Amplify.Storage.downloadData(
path: StoragePath.fromString(
'/protected/$user1IdentityId/$testObjectKey2',
'protected/$user1IdentityId/$testObjectKey2',
),
options: const StorageDownloadDataOptions(
pluginOptions: S3DownloadDataPluginOptions(
Expand Down

0 comments on commit e518fcf

Please sign in to comment.