From fa7fcefcc5f17440521e546e36dbdf27b6916f6a Mon Sep 17 00:00:00 2001 From: Pranshu Maheshwari Date: Wed, 19 Mar 2025 11:34:59 -0400 Subject: [PATCH 1/3] Added FAQs for slurper --- src/content/docs/r2/data-migration/super-slurper.mdx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/content/docs/r2/data-migration/super-slurper.mdx b/src/content/docs/r2/data-migration/super-slurper.mdx index 5e472f0a4578a5..29cf943c80d46f 100644 --- a/src/content/docs/r2/data-migration/super-slurper.mdx +++ b/src/content/docs/r2/data-migration/super-slurper.mdx @@ -18,7 +18,7 @@ Migration jobs: - Do not delete any objects from source bucket. - Use TLS encryption over HTTPS connections for safe and private object transfers. -## When to use Super Slurper +## When is Super Slurper useful? Using Super Slurper as part of your strategy can be a good choice if the cloud storage bucket you are migrating consists primarily of objects less than 1 TB. Objects greater than 1 TB will be skipped and need to be copied separately. @@ -136,3 +136,13 @@ Objects stored using AWS S3 [archival storage classes](https://aws.amazon.com/s3 - Files stored using S3 Glacier tiers (not including Glacier Instant Retrieval) will be skipped and logged in the migration log. - Files stored using S3 Intelligent Tiering and placed in Deep Archive tier will be skipped and logged in the migration log. + +## FAQs +### What happens if I add files to my source bucket mid-migration? +If files are added to your source bucket while a migration is in flight, it is possible that these files will be skipped. To migrate files that were added during a migration, you might need to run migrations multiple times. + +### Can I use Super Slurper at the same time as [Sippy](/r2/data-migration/sippy)? +Yes, you can use both simultaneously. Using Slurper and Sippy simultaneously is a good solution to migrate buckets which you are actively serving data out of. + +### How long can migrations run? +Slurper migrations run indefinitely, until completion. \ No newline at end of file From a8bef551da08022a8b9646407890761d60ef2662 Mon Sep 17 00:00:00 2001 From: Pranshu Maheshwari Date: Wed, 19 Mar 2025 16:30:31 -0400 Subject: [PATCH 2/3] Update super-slurper.mdx --- src/content/docs/r2/data-migration/super-slurper.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/content/docs/r2/data-migration/super-slurper.mdx b/src/content/docs/r2/data-migration/super-slurper.mdx index 29cf943c80d46f..08ecc301f39183 100644 --- a/src/content/docs/r2/data-migration/super-slurper.mdx +++ b/src/content/docs/r2/data-migration/super-slurper.mdx @@ -143,6 +143,3 @@ If files are added to your source bucket while a migration is in flight, it is p ### Can I use Super Slurper at the same time as [Sippy](/r2/data-migration/sippy)? Yes, you can use both simultaneously. Using Slurper and Sippy simultaneously is a good solution to migrate buckets which you are actively serving data out of. - -### How long can migrations run? -Slurper migrations run indefinitely, until completion. \ No newline at end of file From 0a1359dd903e17db51b4db96f5f8643d18b07207 Mon Sep 17 00:00:00 2001 From: Jun Lee Date: Mon, 24 Mar 2025 18:10:23 +0000 Subject: [PATCH 3/3] Apply suggestions from code review --- src/content/docs/r2/data-migration/super-slurper.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/docs/r2/data-migration/super-slurper.mdx b/src/content/docs/r2/data-migration/super-slurper.mdx index 08ecc301f39183..ab4793948ce38e 100644 --- a/src/content/docs/r2/data-migration/super-slurper.mdx +++ b/src/content/docs/r2/data-migration/super-slurper.mdx @@ -139,7 +139,7 @@ Objects stored using AWS S3 [archival storage classes](https://aws.amazon.com/s3 ## FAQs ### What happens if I add files to my source bucket mid-migration? -If files are added to your source bucket while a migration is in flight, it is possible that these files will be skipped. To migrate files that were added during a migration, you might need to run migrations multiple times. +If files are added to your source bucket while a migration is in flight, it is possible that these files will be skipped. To migrate files that were added during a migration, you may need to run migrations multiple times. ### Can I use Super Slurper at the same time as [Sippy](/r2/data-migration/sippy)? -Yes, you can use both simultaneously. Using Slurper and Sippy simultaneously is a good solution to migrate buckets which you are actively serving data out of. +Yes, you can use both simultaneously. Using Super Slurper and Sippy simultaneously is a good solution to migrate buckets which you are actively serving data out of.