Skip to content

Commit 0065da1

Browse files
committed
fixes
1 parent 525ebd3 commit 0065da1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/buckets/snapshots-and-forks.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ pip install tigris-boto3-ext
360360
import boto3
361361
from tigris_boto3_ext import (
362362
TigrisSnapshot,
363+
create_snapshot_bucket,
363364
list_snapshots,
364365
)
365366

@@ -617,9 +618,12 @@ pip install tigris-boto3-ext
617618
import boto3
618619
from tigris_boto3_ext import (
619620
TigrisSnapshot,
621+
create_snapshot_bucket,
622+
create_snapshot,
620623
get_object_from_snapshot,
621-
list_objects_from_snapshot,
624+
get_snapshot_version,
622625
head_object_from_snapshot,
626+
list_objects_from_snapshot,
623627
)
624628

625629
# Initialize boto3 S3 client

0 commit comments

Comments
 (0)