Skip to content

Adding PutBlobFromUrl for AzCopy#1378

Closed
siminsavani-msft wants to merge 78 commits into
devfrom
siminsavani/AddPutBlobFromUrl
Closed

Adding PutBlobFromUrl for AzCopy#1378
siminsavani-msft wants to merge 78 commits into
devfrom
siminsavani/AddPutBlobFromUrl

Conversation

@siminsavani-msft
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor

Rebase is needed to fix the CI.

Comment thread go.mod Outdated
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