Skip to content

Commit 03a4870

Browse files
committed
adding Google Cloud Storage integration
1 parent c9d842e commit 03a4870

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

index.md

+16
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,20 @@ fi
214214

215215
# Select the destination location.
216216
:import{CodeFlare-Extractors/codeflare_helpers/data_movement_select_destination.md}
217+
218+
=== "Source: Google Cloud Storage"
219+
Select from available buckets in Google Cloud Storage. Transfer the entire bucket, or a list of files. Ensure '$ gsutil ls' already works on your machine.
220+
```shell
221+
echo "todo"
222+
```
223+
224+
# Select the source filepath you wish to copy from Google Cloud Storage.
225+
=== "Enter the source path on S3 (e.g. gs://my-bucket/data/destination/) [default: gs://my-bucket]"
226+
```shell
227+
echo "👉 Selected destination path: ${choice}"
228+
# export HPC_DESTINATION_PATH=${choice}
229+
```
230+
231+
# Select the destination location.
232+
:import{CodeFlare-Extractors/codeflare_helpers/data_movement_select_destination.md}
217233

0 commit comments

Comments
 (0)