You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <para>Uploads the object only if the object key name does not already exist in the bucket specified. Otherwise,
525
-
/// Amazon S3 returns a <code>412 Precondition Failed</code> error.</para> <para>If a conflicting operation occurs
526
-
/// during the upload S3 returns a <code>409 ConditionalRequestConflict</code> response. On a 409 failure you should
527
-
/// re-initiate the multipart upload with <code>CreateMultipartUpload</code> and re-upload each part.</para> <para>Expects
528
-
/// the '*' (asterisk) character.</para> <para>For more information about conditional requests,
529
-
/// see <a href="https://tools.ietf.org/html/rfc7232">RFC 7232</a>, or <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/conditional-requests.html">Conditional requests</a>
530
-
/// in the <i>Amazon S3 User Guide</i>.</para>
537
+
/// <para>Copies the object only if the object key name at the destination does not already exist in the bucket specified.
538
+
/// Otherwise, Amazon S3 returns a <code>412 Precondition Failed</code> error. If a concurrent operation occurs during the
539
+
/// upload S3 returns a <code>409 ConditionalRequestConflict</code> response. On a 409 failure you should retry the upload.</para>
540
+
/// <para>Expects the '*' (asterisk) character.</para> <para>For more information about conditional requests,
541
+
/// see <a href=\"https://tools.ietf.org/html/rfc7232\">RFC 7232</a>.</para>
0 commit comments