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

Permanent download link for specific versions #2738

Open
konjac opened this issue Jun 26, 2024 · 0 comments
Open

Permanent download link for specific versions #2738

konjac opened this issue Jun 26, 2024 · 0 comments

Comments

@konjac
Copy link

konjac commented Jun 26, 2024

Which version of the AzCopy was used?

All

Which platform are you using? (ex: Windows, Mac, Linux)

What command did you run?

What problem was encountered?

It is a common scenario to use a static version for azcopy. Production upgrade usually needs careful validation.

The doc https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10#obtain-a-static-download-link shares how to get the static download link of the current aka.ms/downloadazcopy-v10-**. However, it is now easy for a previous version.

In #680, someone introduced a way to get the link by pattern https://azcopyvnext.azureedge.net/releaseyyyymmdd/azcopy_linux_amd64_XX.YY.Z.tar.gz. But the trickiest part is the release date has some skew so there might be some guess.

So, it will be great if the official doc can provide a user-friendly permanent links.

Some possible approaches

  1. Allow anonymous listing for https://azcopyvnext.azureedge.net/, so that users can browse to get the desired version.
  2. Always provide static links on Github release page. Actually, a few releases provided such links while most were not.
  3. Summarize a list of historical versions on github repo or MS docs.
  4. Use a 100% predictable link pattern for https://azcopyvnext.azureedge.net/***

How can we reproduce the problem in the simplest way?

Have you found a mitigation/solution?

@konjac konjac changed the title Permanent download link for versions Permanent download link for specific versions Jun 26, 2024
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

No branches or pull requests

1 participant