-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Extra configuration for HttpDataSink #1480 #1510
Conversation
...http/src/main/java/org/eclipse/dataspaceconnector/dataplane/http/DataPlaneHttpExtension.java
Fixed
Show fixed
Hide fixed
Codecov Report
@@ Coverage Diff @@
## main #1510 +/- ##
==========================================
+ Coverage 67.32% 67.61% +0.28%
==========================================
Files 725 735 +10
Lines 16120 16228 +108
Branches 1054 1060 +6
==========================================
+ Hits 10853 10972 +119
+ Misses 4785 4772 -13
- Partials 482 484 +2
Continue to review full report at Codecov.
|
...rc/main/java/org/eclipse/dataspaceconnector/dataplane/http/pipeline/HttpDataSinkFactory.java
Outdated
Show resolved
Hide resolved
...-http/src/main/java/org/eclipse/dataspaceconnector/dataplane/http/pipeline/HttpDataSink.java
Outdated
Show resolved
Hide resolved
...http/src/main/java/org/eclipse/dataspaceconnector/dataplane/http/DataPlaneHttpExtension.java
Outdated
Show resolved
Hide resolved
spi/core-spi/src/main/java/org/eclipse/dataspaceconnector/spi/types/domain/HttpDataAddress.java
Outdated
Show resolved
Hide resolved
You need to sign the Eclipse Contributor Agreement as well |
spi/core-spi/src/main/java/org/eclipse/dataspaceconnector/spi/types/domain/HttpDataAddress.java
Outdated
Show resolved
Hide resolved
...rc/main/java/org/eclipse/dataspaceconnector/dataplane/http/pipeline/HttpDataSinkFactory.java
Outdated
Show resolved
Hide resolved
...http/src/main/java/org/eclipse/dataspaceconnector/dataplane/http/DataPlaneHttpExtension.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
great, from my side we are almost ready
spi/core-spi/src/test/java/org/eclipse/dataspaceconnector/spi/types/domain/DataAddressTest.java
Outdated
Show resolved
Hide resolved
...est/java/org/eclipse/dataspaceconnector/dataplane/http/pipeline/HttpDataSinkFactoryTest.java
Outdated
Show resolved
Hide resolved
...-http/src/main/java/org/eclipse/dataspaceconnector/dataplane/http/pipeline/HttpDataSink.java
Outdated
Show resolved
Hide resolved
|
||
@Test | ||
void verifyGetProperties() { | ||
HttpDataAddress dataAddress = HttpDataAddress.Builder.newInstance() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
var dataAddress = ...
What this PR changes/adds
Adds support for changing:
Why it does that
In order to achieve compatibility with AWS S3, Azure Blob and ALI Object Storage presigned upload URLs
Further notes
Dataplane Http Extension
Linked Issue(s)
Closes #1480
Checklist
no-changelog
)Related
catenax-ng pull request
Notify list
@sn0wcat
@kbData
@ndr-brt