-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat(uploadFiles): add endpoint to get presigned upload url #14943
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
base: master
Are you sure you want to change the base?
feat(uploadFiles): add endpoint to get presigned upload url #14943
Conversation
3d2e071
to
629229b
Compare
Bundle ReportChanges will increase total bundle size by 2.14kB (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: datahub-react-web-esmAssets Changed:
|
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
...rc/main/java/com/linkedin/datahub/graphql/resolvers/files/GetPresignedUploadUrlResolver.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.
awesome stuff so far
...rc/main/java/com/linkedin/datahub/graphql/resolvers/files/GetPresignedUploadUrlResolver.java
Show resolved
Hide resolved
datahub-graphql-core/src/main/java/com/linkedin/datahub/graphql/GmsGraphQLEngine.java
Outdated
Show resolved
Hide resolved
this(s3Client, entityClient, null); | ||
} | ||
|
||
public S3Util( |
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.
let's double check @anshbansal has reviewed this file since he was the original implementer
datahub-graphql-core/src/main/java/com/linkedin/datahub/graphql/util/S3Util.java
Show resolved
Hide resolved
datahub-graphql-core/src/main/java/com/linkedin/datahub/graphql/util/S3Util.java
Outdated
Show resolved
Hide resolved
metadata-service/factories/src/test/java/com/linkedin/gms/factory/s3/S3UtilFactoryTest.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.
overall this is looking solid to me. I'd like to double check with @david-leifker to get sign off, and @anshbansal who originally implemented the S3Util file
This PR includes: