Transferring data in and out of buckets

A bucket can contain any amount (petabytes) of data and data transfer with buckets can be done in multiple ways, such as:
- Uploading data to buckets
- Copying data between GCP buckets
- Moving data between GCP buckets
- Transferring data from other cloud storage (AWS S3) to GCP buckets
- Importing or exporting data offline
Uploading data to buckets using the web console
The console can be used to selectively upload individual files or entire folders to the bucket:
- Click on the
Upload Files
button and you will find an explorer/finder window to find your desired file(s). It is likely that GCP will recognize your file format (even if it doesn't, you can find it by choosing the*all files
option in explorer):

- Optionally, you can also upload folders by clicking on the
Upload Folders
button and following a similar procedure to that of files.
Uploading data to buckets using gsutil
When using gsutil
from the command line, you can treat the bucket as just another directory on...