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/*" }
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):
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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.