Updating your programs for S3 Express One Zone

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • shrimp

    Simple program that reliably uploads large files to Amazon S3. :shrimp: (by stefansundin)

  • shrimp is a program that can upload large files to S3 buckets, and it would be great if it could also upload to S3 Express One Zone.

  • aws-sdk-go-v2

    AWS SDK for the Go programming language.

  • It turns out that the AWS SDK for go, aws-sdk-go-v2, released some breaking changes that are unrelated to S3 Express One Zone. You can read more about these changes here.

  • 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.

    WorkOS logo
  • s3sha256sum

    Calculate SHA256 checksums of objects on Amazon S3.

  • s3sha256sum is a program that calculates SHA-256 checksums of S3 objects. I wrote this program before AWS launched their own feature to support checksums (which you should definitely be using as it makes your upload faster!).

  • s3verify

    Verify that a local file is identical to an object on Amazon S3, without having to download the object. :detective:

  • s3verify is essentially the sequel to s3sha256sum which uses the new checksum feature in S3.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts