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
* <p>Base exception class for all service exceptions from S3 service.</p>
212
212
*
213
213
* @public
214
-
* @example To delete multiple objects from a versioned bucket
214
+
* @example To delete multiple object versions from a versioned bucket
215
215
* ```javascript
216
-
* // The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.
216
+
* // The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.
* // example id: to-delete-multiple-objects-from-a-versioned-bucket-1483146248805
249
+
* // example id: to-delete-multiple-object-versions-from-a-versioned-bucket-1483147087737
250
250
* ```
251
251
*
252
-
* @example To delete multiple object versions from a versioned bucket
252
+
* @example To delete multiple objects from a versioned bucket
253
253
* ```javascript
254
-
* // The following example deletes objects from a bucket. The request specifies object versions. S3 deletes specific object versions and returns the key and versions of deleted objects in the response.
254
+
* // The following example deletes objects from a bucket. The bucket is versioned, and the request does not specify the object version to delete. In this case, all versions remain in the bucket and S3 adds a delete marker.
0 commit comments