> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How do I move data across regions?

CoreWeave AI Object Storage buckets are created in a user-specified Availability Zone. To move data, copy from the source bucket to a bucket in the target AZ using [s5cmd](https://github.com/coreweave/s5cmd) (CoreWeave fork) or Rclone, the tools documented in [Migrate data](/products/storage/object-storage/migrate-data).

Distributed File Storage volumes are scoped to a single cluster and cannot be accessed across Availability Zones or Regions. To move data, create a new PVC in the target cluster and copy data into it manually.

***

<Badge stroke shape="pill" color="blue" size="md">[Administrator](/support/storage/tags/administrator)</Badge>
