forked from raystack/firehose
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add oss storage type in blob sink (#60)
* feat: add oss storage type in blob sink * feat: add oss storage type in blob sink * docs: add docs for oss blob sink * docs: add docs for oss blob sink * test: add unit tests for ObjectStorageServiceConfig * test: add unit tests for BlobStorageFactory * test: add unit tests for ObjectStorageService * tests: add unit tests for BlobStorageFactory * fix: fix checkstyle * chore: version bump to 0.11.2 * chore: refactor direct config reference to class props --------- Co-authored-by: Eka Winata <[email protected]>
- Loading branch information
1 parent
b874b89
commit ca003d0
Showing
7 changed files
with
816 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ lombok { | |
} | ||
|
||
group 'com.gotocompany' | ||
version '0.11.1' | ||
version '0.11.2' | ||
|
||
def projName = "firehose" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.