Skip to content

Commit

Permalink
feat: storage now have a namespace parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Nov 21, 2024
1 parent 47dacfd commit 9481d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.20.0-SNAPSHOT
kestraVersion=[0.18,)
kestraVersion=[0.20,)
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class UploadTest {
@Test
void run() throws Exception {
URI source = storageInterface.put(
null,
null,
new URI("/" + IdUtils.create()),
new FileInputStream(new File(Objects.requireNonNull(UploadTest.class.getClassLoader()
Expand Down

0 comments on commit 9481d47

Please sign in to comment.