Skip to content

Commit

Permalink
test(Storage): Adding integration tests for multi bucket support
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas committed Aug 22, 2024
1 parent bc9e7e9 commit d959569
Show file tree
Hide file tree
Showing 5 changed files with 583 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ class AWSS3StorageListObjectsTask: StorageListObjectsTask, DefaultLogger {
}
return StorageListResult.Item(
path: path,
size: s3Object.size,
eTag: s3Object.eTag,
lastModified: s3Object.lastModified
)
Expand Down
Loading

0 comments on commit d959569

Please sign in to comment.