File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,12 @@ Here’s how Tigris handles data migration under the hood:
3434- When an object is deleted, it’s removed from both the Tigris and shadow
3535 buckets.
3636
37+ Object listing behavior depends on whether write-through mode is enabled. When
38+ write-through is enabled, the list API returns the full contents of the shadow
39+ bucket. When write-through is disabled, the list API only includes objects that
40+ have already been migrated into Tigris; objects that exist solely in the shadow
41+ bucket are not listed until they are accessed and migrated.
42+
3743## Enable Data Migration in the Tigris Dashboard
3844
3945To enable data migration from a S3-Compatible bucket:
@@ -91,8 +97,10 @@ permissions to access your S3 bucket:
9197- If you're using an existing user, go to the ` Security credentials ` tab and
9298 click ` Create access key ` under the ` Access keys ` section.
9399
94- Make sure the access keys you generate have permissions to list, read, write,
95- and delete objects in the relevant S3 bucket.
100+ Make sure the access keys you generate have permissions to list and read objects
101+ in the relevant S3 bucket. Additionally, if migration is configured in
102+ write-through mode, the keys should have permissions to write and delete
103+ objects.
96104
97105### Create Google Cloud Storage Access Keys for Migration
98106
You can’t perform that action at this time.
0 commit comments