Skip to content

Commit

Permalink
chore(ci): rebase with main to fix the failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nika Hassani committed Dec 3, 2024
1 parent 0db2d4f commit 4622de3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1337,9 +1337,10 @@ void main() {
final uploadTask = S3UploadTask.fromAWSFile(
mockFile,
s3Client: s3Client,
defaultS3ClientConfig: defaultS3ClientConfig,
s3ClientConfig: defaultS3ClientConfig,
pathResolver: pathResolver,
bucket: testBucket,
awsRegion: testRegion,
path: const StoragePath.fromString(testKey),
options: testUploadDataOptions,
logger: logger,
Expand Down

0 comments on commit 4622de3

Please sign in to comment.