You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: remove tigrisheaders package documentation from README (#13)
Remove mentions of the tigrisheaders package to focus on the main
storage package API.
Assisted-by: GLM 4.7 via Claude Code
Signed-off-by: Xe Iaso <xe@tigrisdata.com>
Copy file name to clipboardExpand all lines: README.md
+1-105Lines changed: 1 addition & 105 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,10 +6,7 @@ Welcome to the Tigris Storage SDK for Go! This package contains high-level wrapp
6
6
7
7
[Tigris](https://www.tigrisdata.com/) is a cloud storage service that provides a simple, scalable, and secure object storage solution. It is based on the S3 API, but has additional features that need these helpers.
8
8
9
-
This SDK provides two main packages:
10
-
11
-
-**`storage`** - The main package containing the Tigris client with S3-compatible methods plus Tigris-specific features like bucket forking, snapshots, and object renaming.
12
-
-**`tigrisheaders`** - Lower-level helpers for setting Tigris-specific HTTP headers on S3 API calls.
9
+
This SDK provides the main **`storage`** package containing the Tigris client with S3-compatible methods plus Tigris-specific features like bucket forking, snapshots, and object renaming.
The `tigrisheaders` package provides lower-level helpers for setting Tigris-specific HTTP headers. These can be used directly with S3 client operations.
134
-
135
-
### Static Replication Regions
136
-
137
-
Control which regions your objects are replicated to:
0 commit comments