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

AzCopy for MacOS ? #13735

Closed
123dev opened this issue Aug 21, 2018 · 5 comments
Closed

AzCopy for MacOS ? #13735

123dev opened this issue Aug 21, 2018 · 5 comments

Comments

@123dev
Copy link

123dev commented Aug 21, 2018

Hi,

Is there AzCopy available for MacOS?
We see for Windows and Linux here
https://docs.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-linux?toc=%2fazure%2fstorage%2ffiles%2ftoc.json, but nothing for Mac.

Considering that we run powershell on Macs it would be nice to have this tool compiled for Mac.

Thanks


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@MohitGargMSFT
Copy link
Member

@123dev Thanks for your feedback! We will investigate and update as appropriate.

@AdamS-MSFT
Copy link
Member

@123dev There is a fairly new project still in preview allowing support for MacOS: https://github.com/Azure/azure-storage-azcopy
You can check it on the provided link.
We will now proceed to close this thread. If there are further questions regarding this matter, please reopen it and we will gladly continue the discussion.

@123dev
Copy link
Author

123dev commented Aug 23, 2018

Hi Adam-Smith

Many thanks for a prompt follow up.
Checked the link, which suggested that there should be links for 3 downloads

Download the AzCopy executable using one of the following links:

Windows x64
Linux x64
MacOS x64

But there are no links, so I attempted to build it myself.
Have no experience with GO, installed Go and added one by one the respective dependencies
until I encounter the following error.

common/credCache_darwin.go:28:2: cannot find package "github.com/jiacfan/keychain" in any of:
        /usr/local/opt/go/libexec/src/github.com/jiacfan/keychain (from $GOROOT)
        /Users/hrant/go-workspace/src/github.com/jiacfan/keychain (from $GOPATH)
cmd/cancel.go:28:2: cannot find package "github.com/spf13/cobra" in any of:
        /usr/local/opt/go/libexec/src/github.com/spf13/cobra (from $GOROOT)
        /Users/hrant/go-workspace/src/github.com/spf13/cobra (from $GOPATH)
common/credCache_linux.go:26:2: cannot find package "github.com/jiacfan/keyctl" in any of:
        /usr/local/opt/go/libexec/src/github.com/jiacfan/keyctl (from $GOROOT)
        /Users/hrant/go-workspace/src/github.com/jiacfan/keyctl (from $GOPATH)
cmd/cancel.go:28:2: cannot find package "github.com/spf13/cobra" in any of:
        /usr/local/opt/go/libexec/src/github.com/spf13/cobra (from $GOROOT)
        /Users/hrant/go-workspace/src/github.com/spf13/cobra (from $GOPATH)
cmd/cancel.go:28:2: cannot find package "github.com/spf13/cobra" in any of:
        /usr/local/opt/go/libexec/src/github.com/spf13/cobra (from $GOROOT)
        /Users/hrant/go-workspace/src/github.com/spf13/cobra (from $GOPATH)

I can't find github.com/jiacfan/keychain to add that dependency.
If you prefer I move this as an issue into that repo, I'll gladly do that.

Thanks

@AdamS-MSFT
Copy link
Member

@123dev I'd highly recommend moving it to an issue within the Azcopy repo

@123dev
Copy link
Author

123dev commented Aug 28, 2018

Thanks Adam-Smith
Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants