The last S3 security document that we’ll ever need, and how to use it.
Notea is a privacy-first, open-source note-taking application. It supports Markdown syntax, sharing, responsive and more. Notea is self-hosted, so your data is safe in your hands. In a few steps, it can be deployed to Vercel or Netlify, or even your own server via docker. Notea does not require a database. Notes are stored in AWS S3 bucket or compatible APIs. This means you can use MinIO (self-hosted), Aliyun OSS (like AWS S3) or NAS to store your data. You can publish your content to the web. With beautiful typography and new upcoming features, you can share your docs, wikis, blogs and newsletters with others using Notea.
Sits in front of S3 or Minio, lets you use it as a key/value datastore. Sort of like Redis, but with HTTP.
A search engine for open and unsecured Amazon S3 buckets.
Has a REST API. Have a key.
Minio is an opensource object storage system that is functionally compatible with Amazon's S3 service. It's written in go and aims for minimalism, scalability, and reliability with automatic erasure coding and checksums of data. If you can throw it in an S3 bucket, you can throw it in a Minio bucket. Objects top out at 5TB in size. The executable itself tops out at 22 MB in size. Even has an online webapp that lets you browse buckets and their contents.