sample-platform icon indicating copy to clipboard operation
sample-platform copied to clipboard

[IMPROVEMENT] Improve Artifact Download (Download URLs expire after 1 minute)

Open Tarun-Arora opened this issue 1 year ago • 1 comments

Please prefix your issue with one of the following: [BUG], [PROPOSAL], [QUESTION].

Sample platform commit (found at the bottom of each page): X.X.X

In raising this issue, I confirm the following (please check boxes, eg [X]):

  • [x] I have read and understood the contributors guide.
  • [x] I have checked that the bug-fix I am reporting can be replicated or that the feature I am suggesting isn't already present.
  • [x] I have checked that the issue I'm posting isn't already reported.
  • [x] I have checked that the issue I'm posting isn't already solved and no duplicates exist in closed issues and in opened issues
  • [x] I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.

My familiarity with the project is as follows (check one, eg [X]):

  • [ ] I have never visited/used the platform.
  • [ ] I have used the platform just a couple of times.
  • [ ] I have used the platform extensively, but have not contributed previously.
  • [x] I am an active contributor to the platform.

With #677, the platform now downloads the CCExtractor builds generated during GitHub workflows.

But we need to notice that documentation says that the redirect URL expires after 1 minute.

Although since CCExtractor artifact sizes are within ~15 MB currently, downloads are getting successful easily, but this could be an issue in future; if download sizes increase, the internet connection is unstable, or other similar issues.

There is a need to find a way to download the artifacts overriding this 1 minute URL expiration limit.

Tarun-Arora avatar Jul 18 '22 08:07 Tarun-Arora