s3-bucket

Open-source projects categorized as s3-bucket

Top 23 s3-bucket Open-Source Projects

  • goofys

    a high-performance, POSIX-ish Amazon S3 file system written in Go

    Project mention: Is Posix Outdated? | news.ycombinator.com | 2023-10-19

    The author needs to ask themselves: in this cloud technology stack, is there POSIX involved somewhere lower down, where I can't access it? The answer is, of course, "yes". The sort of cloud storage systems described all run on top of POSIX APIs. They provide convenience (cost efficiency is more debatable) compared to the POSIX alternative, but that's because they exist at an entirely different conceptual layer (hence the presence of POSIX anyway, just buried).

    Your point about surfacing a POSIX that's actually there but hidden and thus visible to low-level Amazon employees building the S3 service which makes it invisible to S3 end customers is true but isn't the the point of the article. The author is saying there are motivations for a POSIX-like api visible also the end user.

    So your explanation of stack looks like 2 layers: POSIX api <-- AWS S3 built on top of that

    Author's essay is actually talking about 3 layers: POSIX <-- AWS S3 <-- POSIX

    That's why the blog post has the following links to POSIX-on-top-of-S3-objects :

    https://github.com/s3fs-fuse/s3fs-fuse

    https://github.com/kahing/goofys

    https://www.cuno.io/

  • 0x4447_product_s3_email

    📫 A serverless email server on AWS using S3 and SES

    Project mention: Free VPS as SMTP Proxy | /r/selfhosted | 2023-05-17

    Here is something on GitHub that roughly follows this paradigm, and was made to use SES as the "email server".

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • mc

    Simple | Fast tool to manage MinIO clusters :cloud:

  • koanf

    Simple, extremely lightweight, extensible, configuration management library for Go. Support for JSON, TOML, YAML, env, command line, file, S3 etc. Alternative to viper.

    Project mention: Nees help install knadh/koanf | /r/golang | 2023-05-27

    LINK: https://github.com/knadh/koanf

  • minio-java

    MinIO Client SDK for Java

  • minio-py

    MinIO Client SDK for Python

  • validkube

    ValidKube combines the best open-source tools to help ensure Kubernetes YAML best practices, hygiene & security.

    Project mention: My deployment have some difficulties pulling images | /r/kubernetes | 2023-05-28

    Try running your yaml through: https://validkube.com/

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • terraform-aws-tfstate-backend

    Terraform module that provision an S3 bucket to store the `terraform.tfstate` file and a DynamoDB table to lock the state file to prevent concurrent modifications and state corruption.

  • s3-proxy

    S3 Reverse Proxy with GET, PUT and DELETE methods and authentication (OpenID Connect and Basic Auth)

  • git-s3-push

    Deploy your git repo to an S3 bucket

    Project mention: How valuable is home lab automation when applying for Devops? | /r/devops | 2023-05-16

    Make a github private repo that pushes to S3. Just spending 5 minutes, I'd have one thing in the repo, your pdf resume which you commit as a pdf, then use a github action like git-s3-push (note: I haven't done due diligence on this, so use it at your own risk).

  • gatsby-plugin-s3

    Deploy your gatsby site to a S3 bucket.

  • aws-tutorial-code

    AWS tutorial code.

  • s3fs

    S3 FileSystem (fs.FS) implementation (by jszwec)

  • serverless-sharp

    Serverless image optimizer for S3, Lambda, and Cloudfront

  • s3www

    Serve static files from any S3 compatible object storage services (Let's Encrypt ready)

  • docker-backup-to-s3

    Docker container that periodically backups files to Amazon S3 using s3cmd and cron

  • Storage

    Storage library provides a universal interface for accessing and manipulating data in different cloud blob storage providers (by managedcode)

    Project mention: Live coding session | /r/dotnet | 2023-10-13

    I'm gearing up for a live coding session on my open-source C# library, https://github.com/managedcode/Storage. During the session, we'll be adding new features and refactoring some existing code. It's a great opportunity to collaborate, learn, and improve the library together.

  • s3-stream-unzip

    Lightweight Java library to manage unzipping of large files and data in AWS S3 without knowing the size beforehand and without keeping it all in memory or writing to disk.

  • cdktf-typescript-aws-s3bucket

    AWS S3bucket configuration with typescript and cdktf

  • strapi-provider-upload-ipfs-storage

    IPFS (Filebase, Pinata, Fleek, Web3, Lighthouse) provider for Strapi uploads.

  • AWS-E-Scooter-Tracker

    Use AWS Lambda to Pull E-Scooter and E-Bike Location Data, store in S3 & Redshift using Data Vault Data Model, Server to Google Data Studio Dashboard

  • update-lambda-edge

    CLI for quickly updating Lambda@Edge functions

  • document-library-microservice.js

    This is a document library microservice which converts AWS S3 into a--Doc repository as a Service

    Project mention: How does machine to machine authentication work? | dev.to | 2023-12-06

    That means Auth services, including Authress don't necessarily care where the public/private key pair comes from. Any pair can be used, so long as it provides modern asymmetric cryptography. For Authress, this means you can generate your own EdDSA keys or even bring your AWS Key Management Service (KMS) keys to use with Authress. For this, only updating the public key is required and can be done as part of your CI/CD process or via the the Authress Service Client API.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-12-06.

s3-bucket related posts

Index

What are some of the best open-source s3-bucket projects? This list will help you:

Project Stars
1 goofys 5,030
2 0x4447_product_s3_email 3,010
3 mc 2,683
4 koanf 2,330
5 minio-java 1,023
6 minio-py 758
7 validkube 728
8 terraform-aws-tfstate-backend 378
9 s3-proxy 261
10 git-s3-push 217
11 gatsby-plugin-s3 211
12 aws-tutorial-code 203
13 s3fs 169
14 serverless-sharp 165
15 s3www 151
16 docker-backup-to-s3 133
17 Storage 53
18 s3-stream-unzip 36
19 cdktf-typescript-aws-s3bucket 15
20 strapi-provider-upload-ipfs-storage 12
21 AWS-E-Scooter-Tracker 10
22 update-lambda-edge 7
23 document-library-microservice.js 5
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com