---
title: "Giving your Go apps Tigris superpowers"
url: https://daily.dev/posts/giving-your-go-apps-tigris-superpowers-vqwoicwit
source_url: https://www.tigrisdata.com/blog/storage-sdk-go
type: article
source: "Tigris"
published: 2026-06-04T17:14:34.836Z
updated: 2026-06-04T17:14:58.511Z
tags: ["golang", "aws-s3"]
reading_time: 4
upvotes: 23
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Giving your Go apps Tigris superpowers

**[Tigris](https://daily.dev/sources/tigris)** · 4 min read · 23 upvotes · 0 comments

## Summary

Tigris has released a Go Storage SDK (storage-go) that adds first-class support for Tigris-specific features like bucket forking, snapshots, object renaming, and bundle downloads. The SDK comes in two packages: `storage`, a drop-in replacement for the AWS S3 Go client with extra Tigris methods, and `simplestorage`, a higher-level client that infers bucket name and credentials from environment variables to reduce boilerplate. Migration from the standard AWS S3 library is minimal, and the simplestorage package also works with other S3-compatible providers like Hetzner, though Tigris-specific extensions won't be available there.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.tigrisdata.com/blog/storage-sdk-go>

## Similar posts on daily.dev

- [Deriving the Tigris Go SDK](https://daily.dev/posts/deriving-the-tigris-go-sdk-mbefprdxw) · Tigris · 13 upvotes · 0 comments
- [Announcing the Tigris Storage SDK](https://daily.dev/posts/announcing-the-tigris-storage-sdk-j4ny83wjb) · Tigris · 0 upvotes · 0 comments

---

Tags: [#golang](https://daily.dev/tags/golang), [#aws-s3](https://daily.dev/tags/aws-s3)

[View this post on daily.dev](https://daily.dev/posts/giving-your-go-apps-tigris-superpowers-vqwoicwit)
