-
Notifications
You must be signed in to change notification settings - Fork 150
DataMovement library Upload functionalities #3618
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
Conversation
…fied (Azure#3607) Co-authored-by: Patrick Hallisey <[email protected]>
The MD5_Init/Update/Final functions are deprecated in OpenSSL 3.0 and result in a compile-time warning. Due to the default usage of -Werror during compilation, these warnings are treated as errors and prevent the SDK from being built on Ubuntu 22.04, which ships with OpenSSL by default. The deprecated APIs should be replaced by the EVP APIs, which are already in use for the SHA family of functions, and supported on all versions of OpenSSL.
* API Review Feedback for Attestation SDK * Updated changelog to reflect API Review updates
* Remove version pin for OpenSSL * Gratuitous change to trigger CI pipelines
This comment was marked as spam.
This comment was marked as spam.
|
/check-enforcer override |
| default: '' | ||
| steps: | ||
| - template: /eng/common/pipelines/templates/steps/enable-long-path-support.yml | ||
| - ${{ if eq(length(parameters.PackageInfoLocations), 0) }}: |
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.
Why does this PR have eng/common changes in it? Those files shouldn't be manually modified/merged per repo since they are shared across languages.
https://github.com/Azure/azure-sdk-tools/blob/main/doc/common/common_engsys.md#updating
Are these just fixes for a previous commit/merge that got us out of sync?
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.
Oh, I see, this PR includes a bunch of changes to sync between main and the feature branch. That makes sense.
* Create Storage DataMovement directory (#3594) * DataMovement library Upload functionalities (#3618) * Add blob downloading. (#3658) * Storage DataMovement: Job suspension/resumption/cancellation Error/Progress handling (#3662) * job suspension/resumption/cancellation/error handling/progress * improve * download * rewrite blobfolder (#3681) * Storage Transfer Manager: Job Engine Implementation (#3742) * Sequential write in downloading and directory download (#3779) * Sequential write in downloading and directory download * Resolve comments * Resolve test failure. * Transfer Manager, copy support & journal for downloading (#3792) Co-authored-by: EmmaZhu-MSFT <[email protected]>
Pull Request Checklist
Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly:
See the detailed list in the contributing guide.