Can I store Jira Attachments on S3 bucket?

Sandesh Shetty
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.
March 25, 2019

We are hosting our Jira Software Server on AWS (EC2 Instance) . We want to store Jira attachments on S3 bucket. Is any method is available to achieve this??

1 answer

1 accepted

1 vote
Answer accepted
Dave Theodore [Coyote Creek Consulting]
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 25, 2019

Technically, yes, but you don't want to.  S3 is API storage and therefore has exceedingly high latency and poor throughput performance.  Jira expects attachments to be on block storage, so if it sees performance other than what you experience with normal block storage, you can expect problems.

Since S3 storage is API storage, it's not like a disk or shared storage volume that you can just mount.  Depending on your OS, there are tools that can talk to S3 and present something that roughly behaves like block storage to the operating system, but we have found that it's not something that you want to rely on.  It's fine for backups, scratch storage and things like that, but I wouldn't use it for any data that you use live.

This is also not supported by Atlassian

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events