Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to get software binaries directly from atlassian-software s3 bucket?

Stavros Michael
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 29, 2018

While I am operating my own instance of Jira DC in AWS I would like to get the latest software binaries from atlassian's s3 bucket. Is this possible?

I am sure that I need to get files from atlassian-software/releases/<product>/ but I cannot manage to get it through. My policy is

{  "Effect": "Allow",  "Action": [ "s3:Get*", "s3:List*" ],  "Resource": "arn:aws:s3:::/atlassian-software/releases/*" }

1 answer

1 accepted

0 votes
Answer accepted
Daniel Eads
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 2, 2018

From what I've been able to test, looks like our s3 buckets are not publicly available. There are a few ways to retrieve the latest release and download over http (presumably just with curl - seems like this should be available in most situations):

  1. Directly from our RSS feeds:
    1. https://my.atlassian.com/download/feeds/jira-core.rss
    2. https://my.atlassian.com/download/feeds/jira-software.rss
    3. https://my.atlassian.com/download/feeds/jira-servicedesk.rss
  2. From the feed of a community-developed tool: https://iapetus.fyi/notifications
  3. Community-provided node script that scrapes latest versions off our RSS feeds: https://bitbucket.org/polarshift/ps-atlassian-tools/src

So no, it doesn't look like it's possible to pull from s3 directly. But there are some quick ways to fetch the latest from regular ole https. Hope this helps!

Cheers,
Daniel

Suggest an answer

Log in or Sign up to answer