Download Center
Check the latest stable version, portable build, checksums and official download links.
Amazon S3 (Simple Storage Service) is the industry-standard cloud storage solution. ShareX integrates directly with S3, allowing you to upload screenshots and files to your own AWS infrastructure.
Attach the following policy to your IAM user (replace your-bucket-name):
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": ["s3:PutObject", "s3:PutObjectAcl"],
"Resource": "arn:aws:s3:::your-bucket-name/*"
}
]
}
s3.amazonaws.comus-east-1)sharex/%y/%mo/https://your-bucket-name.s3.amazonaws.com/For faster delivery and HTTPS:
If you need the original docs, release files or project source code, go directly to the official ShareX resources.