Skip to content

Commit

Permalink
Improve image replication test region; Add LA notice (#582)
Browse files Browse the repository at this point in the history
* improve test region

* fix fixture

* improve regionHasCaps
  • Loading branch information
yec-akamai authored Sep 20, 2024
1 parent a424a08 commit 2710f50
Show file tree
Hide file tree
Showing 4 changed files with 369 additions and 236 deletions.
1 change: 1 addition & 0 deletions images.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ func (c *Client) UpdateImage(ctx context.Context, imageID string, opts ImageUpda
}

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

0 comments on commit 2710f50

Please sign in to comment.