-
Notifications
You must be signed in to change notification settings - Fork 382
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
[#5778] feat(aliyun-bundles)support OSS secret key credential #5814
Conversation
23ddbbe
to
9b54973
Compare
@FANNG1 PTAL |
LGTM except for minor comments, could you do extra work?
|
* @param secretAccessKey The OSS static secret access key. | ||
*/ | ||
public OSSSecretKeyCredential(String accessKeyId, String secretAccessKey) { | ||
Preconditions.checkNotNull(accessKeyId, "OSS access key Id should not null"); |
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.
could you reuse validate
here?
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.
fixed
ok, fixed |
c41d9a5
to
acf90bf
Compare
acf90bf
to
01330b4
Compare
LGTM |
…pache#5814) ### What changes were proposed in this pull request? Support OSS secret key credential ### Why are the changes needed? Fix: [# (5778)](apache#5778) ### How was this patch tested? IcebergRESTOSSSecretIT
…pache#5814) ### What changes were proposed in this pull request? Support OSS secret key credential ### Why are the changes needed? Fix: [# (5778)](apache#5778) ### How was this patch tested? IcebergRESTOSSSecretIT
What changes were proposed in this pull request?
Support OSS secret key credential
Why are the changes needed?
Fix: # (5778)
How was this patch tested?
IcebergRESTOSSSecretIT