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 e828bed commit 04f81fcCopy full SHA for 04f81fc
docs/buckets/snapshots-and-forks.mdx
@@ -390,7 +390,7 @@ Example using the Tigris SDK for JavaScript:
390
import { createBucket } from "@tigrisdata/storage";
391
392
const result = await createBucket("forked-bucket", {
393
- sourceBucketName: "PARENT_BUCKET_NAME", // source bucket name
+ sourceBucketName: "SOURCE_BUCKET_NAME", // source bucket name
394
sourceBucketSnapshot: "SNAPSHOT_NAME", // optional snapshot name
395
});
396
0 commit comments