Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit 52d3076

Browse files
author
Jamie Hannaford
committed
add explanatory comment
1 parent b9396a1 commit 52d3076

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openstack/objectstorage/v1/objects/requests.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ func (opts CreateOpts) ToObjectCreateParams() (map[string]string, string, error)
190190
return h, q.String(), nil
191191
}
192192

193-
// Create is a function that creates a new object or replaces an existing object.
193+
// Create is a function that creates a new object or replaces an existing object. Failed requests
194+
// will automatically be retried up to a maximum of 3 times for added robustness.
194195
func Create(c *gophercloud.ServiceClient, containerName, objectName string, content io.ReadSeeker, opts CreateOptsBuilder) CreateResult {
195196
var res CreateResult
196197

0 commit comments

Comments
 (0)