Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion appengine/flexible/ruby31-and-earlier/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ project id with `gcloud config list`.
Create a Cloud Storage bucket for your project:

```
$ gsutil mb gs://<your-project-id>
$ gcloud storage buckets create gs://<your-project-id>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better performance and to avoid potential networking costs, it's a best practice to create the Cloud Storage bucket in the same region as your App Engine application. Consider updating the command to include the --location flag and instructing users to replace it with their app's region.

Suggested change
$ gcloud storage buckets create gs://<your-project-id>
$ gcloud storage buckets create gs://<your-project-id> --location=<YOUR_APP_ENGINE_REGION>

```

## Run
Expand Down
2 changes: 1 addition & 1 deletion appengine/flexible/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ project id with `gcloud config list`.
Create a Cloud Storage bucket for your project:

```
$ gsutil mb gs://<your-project-id>
$ gcloud storage buckets create gs://<your-project-id>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better performance and to avoid potential networking costs, it's a best practice to create the Cloud Storage bucket in the same region as your App Engine application. Consider updating the command to include the --location flag and instructing users to replace it with their app's region.

Suggested change
$ gcloud storage buckets create gs://<your-project-id>
$ gcloud storage buckets create gs://<your-project-id> --location=<YOUR_APP_ENGINE_REGION>

```

## Run
Expand Down
2 changes: 1 addition & 1 deletion appengine/standard-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ project id with `gcloud config list`.
Create a Cloud Storage bucket for your project:

```
$ gsutil mb gs://<your-project-id>
$ gcloud storage buckets create gs://<your-project-id>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better performance and to avoid potential networking costs, it's a best practice to create the Cloud Storage bucket in the same region as your App Engine application. Consider updating the command to include the --location flag and instructing users to replace it with their app's region.

Suggested change
$ gcloud storage buckets create gs://<your-project-id>
$ gcloud storage buckets create gs://<your-project-id> --location=<YOUR_APP_ENGINE_REGION>

```

## Run
Expand Down
2 changes: 1 addition & 1 deletion appengine/storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ project id with `gcloud config list`.
Create a Cloud Storage bucket for your project:

```
$ gsutil mb gs://<your-project-id>
$ gcloud storage buckets create gs://<your-project-id>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better performance and to avoid potential networking costs, it's a best practice to create the Cloud Storage bucket in the same region as your App Engine application. Consider updating the command to include the --location flag and instructing users to replace it with their app's region.

Suggested change
$ gcloud storage buckets create gs://<your-project-id>
$ gcloud storage buckets create gs://<your-project-id> --location=<YOUR_APP_ENGINE_REGION>

```

## Run
Expand Down