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

Adding PutBlobFromUrl for AzCopy #1378

Closed
wants to merge 78 commits into from

Conversation

siminsavani-msft
Copy link
Contributor

  • Refactoring AzCopy to use PutBlobFromUrl

@siminsavani-msft siminsavani-msft marked this pull request as ready for review March 25, 2021 19:56

if err != nil {
c.jptm.FailActiveSend("Copy Blob from URL", err)
c.jptm.FailActiveSend("Put Blob from URL", err)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of things :-

  1. There is a syntax error in testsuite folder (smoke tests). Please run go build ./testSuite to detect and fix that.
  2. I see the default service version of AzCopy is 2019-12-12. PutBlobFromUrl() works with 2020-04-08. Let's review and merge this PR to update the service of file SDK to 2020-04-08. After this PR is merged, we can raise default service version of AzCopy from 2019-12-12 to 2020-04-08

@zezha-msft zezha-msft added this to the 10.10 milestone Apr 1, 2021
Copy link
Contributor

@mohsha-msft mohsha-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. There are conflicts and breaking test cases. We can merge once we do the needful.

@zezha-msft
Copy link
Contributor

Rebase is needed to fix the CI.

go.mod Outdated Show resolved Hide resolved
siminsavani-msft and others added 27 commits May 25, 2021 13:57
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.

5 participants