diff --git a/docs/services/cloudservices/ciroh jupyterhub/documentation/gcp-object-storage/index.md b/docs/services/cloudservices/ciroh jupyterhub/documentation/gcp-object-storage/index.md index 5b21313..f14dfe0 100644 --- a/docs/services/cloudservices/ciroh jupyterhub/documentation/gcp-object-storage/index.md +++ b/docs/services/cloudservices/ciroh jupyterhub/documentation/gcp-object-storage/index.md @@ -48,12 +48,12 @@ gcloud storage cp $PERSISTENT_BUCKET/ You can list all files/folder in a bucket using the following command. ``` -gscloud storage ls $PERSISTENT_BUCKET +gcloud storage ls $PERSISTENT_BUCKET ``` **Note:** The above command will list all files/folders in the folder ``. It won't list files in the sub-folders of folder ``. To list all files including the files in the sub-folders of the root folder ``, use the following command. ``` -gscloud storage ls --recursive $PERSISTENT_BUCKET +gcloud storage ls --recursive $PERSISTENT_BUCKET ``` ### 5. Deleting file from a bucket