Skip to content

Commit

Permalink
improve test region
Browse files Browse the repository at this point in the history
  • Loading branch information
yec-akamai committed Sep 18, 2024
1 parent 108afdf commit 19461ff
Show file tree
Hide file tree
Showing 4 changed files with 109 additions and 208 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 19461ff

Please sign in to comment.