{"catalogRevision":"cat_f13ab9a494120b5e","recipeId":"page:migrate:amazon-s3-bucket:browser-file-uploads","recipeRevision":"r1","canonicalPath":"/migrate/amazon-s3-bucket/browser-file-uploads","label":"Migrate Amazon S3 bucket: Browser file uploads","family":"Migration guide","summary":"Move object storage from Amazon S3 bucket to Ample, one component at a time. Destination verified on Ample: content-type and size validation that rejects disallowed files, an object written to a private bucket and a row linking the record to the object key (reject=ok upload=ok linked=ok). Source procedure: Inventory the bucket (object count, total size, prefixes, largest objects) with `aws s3 ls --recursive --summarize`. Not migrated automatically: Bucket policies, IAM conditions, lifecycle rules, versioning, replication and event notifications are not migrated; only PutObject and GetObject are verified on Ample. Cutover: Switch the app's S3_* environment to the Ample bucket with a redeploy, verify reads and writes, keep the source bucket read-only until confirmed. Rollback: keep the source untouched until you confirm; nothing at the source is changed or deleted by this guide.","representativeQueries":["Migrate Amazon S3 bucket: Browser file uploads","Where can I host Browser file uploads?","I need a component-scoped export/import or reconfiguration procedure for Browser file uploads, with compatibility checks, verification and rollback."],"breadcrumbIds":["discovery","migration","migration:object-and-cdn-sources","migration:amazon-s3-bucket","page:migrate:amazon-s3-bucket:browser-file-uploads"],"breadcrumbs":[{"id":"discovery","label":"Agent hosting discovery","canonicalPath":"/discover/discovery","kind":"root"},{"id":"migration","label":"Migration sources by component","canonicalPath":"/discover/migration","kind":"facet"},{"id":"migration:object-and-cdn-sources","label":"Object and CDN sources","canonicalPath":"/discover/migration/object-and-cdn-sources","kind":"group"},{"id":"migration:amazon-s3-bucket","label":"Amazon S3 bucket","canonicalPath":"/discover/migration/amazon-s3-bucket","kind":"atom"},{"id":"page:migrate:amazon-s3-bucket:browser-file-uploads","label":"Migrate Amazon S3 bucket: Browser file uploads","canonicalPath":"/migrate/amazon-s3-bucket/browser-file-uploads","kind":"recipe"}],"parentIds":["migration:amazon-s3-bucket","pattern:browser-file-uploads","intent:migrate-objects"],"parents":[{"id":"migration:amazon-s3-bucket","label":"Amazon S3 bucket","canonicalPath":"/discover/migration/amazon-s3-bucket","kind":"atom"},{"id":"pattern:browser-file-uploads","label":"Browser file uploads","canonicalPath":"/discover/pattern/browser-file-uploads","kind":"atom"},{"id":"intent:migrate-objects","label":"Migrate objects","canonicalPath":"/discover/intent/migrate-objects","kind":"atom"}],"resourceRequirements":["primitive:s3-compatible-object-storage"],"infrastructureRequirements":[{"primitiveId":"primitive:s3-compatible-object-storage","label":"S3-compatible object storage","canonicalPath":"/discover/primitive/s3-compatible-object-storage","status":"verified","summary":"Buckets are S3-compatible with issued credentials; PutObject and GetObject are verified by canary. Other S3 operations are not verified."}],"workload":"Browser file uploads","migrationSource":"Amazon S3 bucket","releaseStatus":"published","supportStatus":"verified","executionStatus":"unbound","docsOnly":true,"prerequisites":["Authorized access to the Amazon S3 bucket source and its export tooling","An inventory of every component in scope and out of scope","A validated backup or copy before any cutover","An Ample account token with servers:write, buckets:write"],"testedConfiguration":{"template":"node-22","runtime":"node","size":"s-1vcpu-1gb","install":"npm install","build":"npm run build --if-present","start":"npm run start"},"inputSchema":null,"outputSchema":null,"workflowSteps":[{"title":"Inventory the source","body":"List what Amazon S3 bucket provides beyond the component you are moving. Out of scope here: Bucket policies, IAM conditions, lifecycle rules, versioning, replication and event notifications are not migrated; only PutObject and GetObject are verified on Ample."},{"title":"Source step 1","body":"Inventory the bucket (object count, total size, prefixes, largest objects) with `aws s3 ls --recursive --summarize`"},{"title":"Source step 2","body":"Copy objects with `rclone sync` or `aws s3 sync` from the S3 bucket to the Ample bucket endpoint using the issued credentials (path-style)"},{"title":"Source step 3","body":"Verify a sample of objects by size and checksum after the copy"},{"title":"Create the destination bucket and copy","body":"Create the bucket, copy with rclone or the S3 CLI in path-style mode using the issued credentials, then pass the credentials to the app as encrypted S3_* variables.","command":"ample bucket create --name <bucket-name>"},{"title":"Validate before cutover","body":"Run the app's own checks and, for data, compare counts and checksums; the example checks are the pattern self-tests (/p/browser-file-uploads)."},{"title":"Cut over","body":"Switch the app's S3_* environment to the Ample bucket with a redeploy, verify reads and writes, keep the source bucket read-only until confirmed."},{"title":"Rollback","body":"Point DNS or configuration back to the source. The source was never modified; deletion is a separate, user-executed step after validation."}],"examples":[{"title":"Express pattern fixture (destination)","description":"Verified destination basis: browser file uploads.","sourceRef":"tests/deploy-canaries/express-patterns"}],"successChecks":[{"description":"destination app responds on its public URL","kind":"http_get","path":"/","expect":"ample canary express patterns"},{"description":"browser-file-uploads check from the destination example","kind":"http_get","path":"/p/browser-file-uploads","expect":"see the pattern fixture checks"},{"description":"data or object counts and checksums match the source","kind":"manual","expect":"operator comparison before cutover"}],"limitations":["Documentation only: nothing is executed automatically and no execution binding is offered.","The source-side procedure is documented from Amazon S3 bucket's standard tooling and was not executed in this catalog's evidence; the destination side was verified with the pattern fixture.","No full source-product parity is claimed: Bucket policies, IAM conditions, lifecycle rules, versioning, replication and event notifications are not migrated; only PutObject and GetObject are verified on Ample.","Verified on the node-22 template at s-1vcpu-1gb; region, compliance and request-duration limits are unknown.","PutObject and GetObject with path-style addressing are verified; bulk copy tooling and other S3 operations are not."],"costEstimate":{"currency":"USD","monthlyAmount":5.0,"authoritative":true,"basis":"size prices from pricing.toml (loaded by the API) at build revision 752d2a7584688a5d233b2c53d38307d289b04d3e","components":[{"name":"app server","size":"s-1vcpu-1gb","quantity":1.0,"monthlyAmount":5.0}],"note":"Destination always-on monthly price of the tested sizes; apps auto-pause when idle. Source costs are unknown to Ample."},"evidenceSummary":[{"kind":"canary_run","summary":"Destination side verified: the Express pattern fixture deployed on Ample (npm install, npm run build --if-present, npm run start on the node-22 template) and its checks passed (content-type and size validation that rejects disallowed files, an object written to a private bucket and a row linking the record to the object key (reject=ok upload=ok linked=ok)). The source-side export from Amazon S3 bucket is documented from the vendor's standard tooling and was not executed by this catalog's evidence.","observedAt":"2026-09-21T02:34:39Z","implementationRevision":"1d28ae0 (CLI 0.1.21)","expiresAt":"2027-03-20T02:34:39Z","scope":{"checks":["/p/browser-file-uploads"],"destinationOnly":true,"template":"node-22"}}],"lastVerifiedAt":"2026-09-21T02:34:39Z","mcpBinding":null,"unknowns":["region availability is unknown until a verified region fact is recorded","compliance attestations are unknown; none are claimed"],"formats":{"html":"https://ample.computer/migrate/amazon-s3-bucket/browser-file-uploads","markdown":"https://ample.computer/migrate/amazon-s3-bucket/browser-file-uploads.md","json":"https://api.ample.computer/v1/catalog/recipes/page%3Amigrate%3Aamazon-s3-bucket%3Abrowser-file-uploads"},"nextActions":[{"actionId":"browse-catalog","label":"Browse the catalog index","operationId":"catalog_index","method":"GET","relativePath":"/v1/catalog","origin":"api","parameters":{},"requiresAuthentication":false,"requiresApproval":false},{"actionId":"search-recipes","label":"Search published recipes by intent, stack and constraints","operationId":"search_recipes","method":"POST","relativePath":"/v1/catalog/search","origin":"api","parameters":{"body":{"limit":5,"query":"Migrate Amazon S3 bucket: Browser file uploads"}},"requiresAuthentication":false,"requiresApproval":false},{"actionId":"plan:page:migrate:amazon-s3-bucket:browser-file-uploads","label":"Prepare a side-effect-free deployment plan for an authorized project","operationId":"plan_deployment","method":"POST","relativePath":"/v1/catalog/plan","origin":"api","parameters":{"body":{"inputs":{},"projectId":"<workspace or server id you own>","recipeId":"page:migrate:amazon-s3-bucket:browser-file-uploads","recipeRevision":"r1"}},"requiresAuthentication":true,"requiresApproval":false},{"actionId":"auth-setup","label":"Read the existing agent authentication setup","operationId":"existing_auth_setup","method":"GET","relativePath":"/mcp/setup","origin":"api","parameters":{},"requiresAuthentication":false,"requiresApproval":false},{"actionId":"browse:migration:amazon-s3-bucket","label":"Browse Amazon S3 bucket","operationId":"browse_node","method":"GET","relativePath":"/v1/catalog/nodes/migration%3Aamazon-s3-bucket","origin":"api","parameters":{"nodeId":"migration:amazon-s3-bucket"},"requiresAuthentication":false,"requiresApproval":false},{"actionId":"browse:pattern:browser-file-uploads","label":"Browse Browser file uploads","operationId":"browse_node","method":"GET","relativePath":"/v1/catalog/nodes/pattern%3Abrowser-file-uploads","origin":"api","parameters":{"nodeId":"pattern:browser-file-uploads"},"requiresAuthentication":false,"requiresApproval":false},{"actionId":"browse:intent:migrate-objects","label":"Browse Migrate objects","operationId":"browse_node","method":"GET","relativePath":"/v1/catalog/nodes/intent%3Amigrate-objects","origin":"api","parameters":{"nodeId":"intent:migrate-objects"},"requiresAuthentication":false,"requiresApproval":false}]}