<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/deriving-the-tigris-go-sdk-mbefprdxw" -->

---
title: Deriving the Tigris Go SDK | daily.dev
description: Tigris released an official Go SDK (storage-go) that provides two interfaces: a drop-in replacement for AWS S3 SDK with Tigris-specific features like bucket...
canonical: https://daily.dev/posts/deriving-the-tigris-go-sdk-mbefprdxw
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Deriving the Tigris Go SDK | daily.dev
og:description: Tigris released an official Go SDK (storage-go) that provides two interfaces: a drop-in replacement for AWS S3 SDK with Tigris-specific features like bucket...
og:url: https://daily.dev/posts/deriving-the-tigris-go-sdk-mbefprdxw
og:image: https://api.daily.dev/og/posts/MBEfPRdxW.png
og:image:alt: Deriving the Tigris Go SDK
og:image:width: 1200
og:image:height: 630
og:locale: 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.

# Deriving the Tigris Go SDK

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

## Summary

Tigris released an official Go SDK (storage-go) that provides two interfaces: a drop-in replacement for AWS S3 SDK with Tigris-specific features like bucket forking and snapshots, and a higher-level simplestorage package with a more ergonomic, Go-native API. The simplestorage interface focuses on Objects, Keys, and Buckets as core concepts, simplifying common operations like Put, Get, and List compared to traditional AWS SDK patterns.

## Full article

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

## Similar posts on daily.dev

- [Giving your Go apps Tigris superpowers](https://daily.dev/posts/giving-your-go-apps-tigris-superpowers-vqwoicwit) · Tigris · 23 upvotes · 0 comments
- [Announcing the Tigris Storage SDK](https://daily.dev/posts/announcing-the-tigris-storage-sdk-j4ny83wjb) · Tigris · 0 upvotes · 0 comments
- [Using Tigris as a key-value store](https://daily.dev/posts/using-tigris-as-a-key-value-store-bru4i4jcs) · Tigris · 0 upvotes · 0 comments
- [Introducing storagesdk.dev](https://daily.dev/posts/introducing-storagesdk-dev-4nzrhwoq5) · Tigris · 92 upvotes · 7 comments

---

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

[View this post on daily.dev](https://daily.dev/posts/deriving-the-tigris-go-sdk-mbefprdxw)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Deriving the Tigris Go SDK","url":"https://daily.dev/posts/deriving-the-tigris-go-sdk-mbefprdxw","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/deriving-the-tigris-go-sdk-mbefprdxw"},"datePublished":"2026-02-03T14:25:56.160Z","dateModified":"2026-02-03T14:26:16.003Z","description":"Tigris released an official Go SDK (storage-go) that provides two interfaces: a drop-in replacement for AWS S3 SDK with Tigris-specific features like bucket...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b615ec06faf28d5cb1be90d109aad8af?_a=AQAEulh","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/b615ec06faf28d5cb1be90d109aad8af?_a=AQAEulh","isAccessibleForFree":true,"articleSection":"Tigris","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Tigris","logo":"https://media.daily.dev/image/upload/s--A5ku_6TS--/f_auto/v1716186679/logos/tigris","url":"https://daily.dev/sources/tigris"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/deriving-the-tigris-go-sdk-mbefprdxw","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":13},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"aws,golang","timeRequired":"PT4M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Tigris","item":"https://daily.dev/sources/tigris"},{"@type":"ListItem","position":3,"name":"Deriving the Tigris Go SDK"}]}
```

