Skip to content

Commit 2710f50

Browse files
authored
Improve image replication test region; Add LA notice (#582)
* improve test region * fix fixture * improve regionHasCaps
1 parent a424a08 commit 2710f50

File tree

4 files changed

+369
-236
lines changed

4 files changed

+369
-236
lines changed

images.go

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ func (c *Client) UpdateImage(ctx context.Context, imageID string, opts ImageUpda
183183
}
184184

185185
// ReplicateImage replicates an image to a given set of regions.
186+
// NOTE: Image replication may not currently be available to all users.
186187
func (c *Client) ReplicateImage(ctx context.Context, imageID string, opts ImageReplicateOptions) (*Image, error) {
187188
return doPOSTRequest[Image](
188189
ctx,

0 commit comments

Comments
 (0)