Skip to content

Commit 386d3c5

Browse files
Dulanincw
authored andcommitted
gcs: add region us-east5 - fixes rclone#8863
1 parent 3dceb72 commit 386d3c5

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

backend/googlecloudstorage/googlecloudstorage.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,9 @@ Docs: https://cloud.google.com/storage/docs/bucket-policy-only
252252
}, {
253253
Value: "us-east4",
254254
Help: "Northern Virginia",
255+
}, {
256+
Value: "us-east5",
257+
Help: "Ohio",
255258
}, {
256259
Value: "us-west1",
257260
Help: "Oregon",

docs/content/googlecloudstorage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ Choose a number from below, or type in your own value
100100
\ "us-east1"
101101
13 / Northern Virginia.
102102
\ "us-east4"
103-
14 / Oregon.
103+
14 / Ohio.
104+
\ "us-east5"
105+
15 / Oregon.
104106
\ "us-west1"
105107
location> 12
106108
The storage class to use when storing objects in Google Cloud Storage.

0 commit comments

Comments
 (0)