We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec38cda commit af89df1Copy full SHA for af89df1
docs/sdks/tigris/snapshots-and-forks.mdx
@@ -45,7 +45,7 @@ function.
45
import { createBucketSnapshot } from "@tigrisdata/storage";
46
47
await createBucketSnapshot("llm-base", {
48
- description: "pre-finetune",
+ name: "pre-finetune", // optional name for the snapshot
49
});
50
```
51
@@ -128,7 +128,7 @@ will use the bucket name from either `.env` or environment variables.
128
import { createBucketSnapshot, listBucketSnapshots } from "@tigrisdata/storage";
129
130
await createBucketSnapshot({
131
132
133
134
await listBucketSnapshots();
0 commit comments