Skip to content
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

fix(s3Stream): support aliyun oss #804

Merged
merged 2 commits into from
Dec 6, 2023
Merged

Conversation

mooc9988
Copy link
Contributor

@mooc9988 mooc9988 commented Dec 6, 2023

This pull request aims to resolve compatibility issues when running the S3 stream on Aliyun OSS.

Currently, the AWS SDK throws an exception with the message "The request signature we calculated does not match the signature you provided." It appears that Aliyun OSS does not support paths starting with '/'. A similar issue can be referred here. Perhaps Aliyun has not fixed this particular issue.

Signed-off-by: Curtis Wan <wanchaoyi@automq.com>
@mooc9988 mooc9988 requested a review from superhx December 6, 2023 08:17
@CLAassistant
Copy link

CLAassistant commented Dec 6, 2023

CLA assistant check
All committers have signed the CLA.

Signed-off-by: Curtis Wan <wanchaoyi@automq.com>
Copy link

codecov bot commented Dec 6, 2023

Codecov Report

Merging #804 (f31855b) into main (5f0d956) will decrease coverage by 0.03%.
The diff coverage is n/a.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #804      +/-   ##
============================================
- Coverage     56.18%   56.15%   -0.03%     
+ Complexity     1231     1228       -3     
============================================
  Files           132      132              
  Lines          8325     8325              
  Branches        765      765              
============================================
- Hits           4677     4675       -2     
  Misses         3244     3244              
- Partials        404      406       +2     
Components Coverage Δ
RocketMQ Broker ∅ <ø> (∅)
RocketMQ Common 5.80% <ø> (ø)
RocketMQ Controller 55.13% <ø> (ø)
RocketMQ Proxy 39.42% <ø> (-0.12%) ⬇️
RocketMQ Store 74.29% <ø> (ø)
RocketMQ Stream ∅ <ø> (∅)
RocketMQ Metadata 35.44% <ø> (ø)

see 1 file with indirect coverage changes

@superhx superhx merged commit 54188ec into main Dec 6, 2023
10 of 14 checks passed
@superhx superhx deleted the fix_aliyun_oss_compatibility branch December 6, 2023 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants