Method: Aws::S3::Types::Delete#objects
- Defined in:
- lib/aws-sdk-s3/types.rb
#objects ⇒ Array<Types::ObjectIdentifier>
The object to delete.
<note markdown=“1”> **Directory buckets** - For directory buckets, an object that’s composed entirely of whitespace characters is not supported by the ‘DeleteObjects` API operation. The request will receive a `400 Bad Request` error and none of the objects in the request will be deleted.
</note>
3732 3733 3734 3735 3736 3737 |
# File 'lib/aws-sdk-s3/types.rb', line 3732 class Delete < Struct.new( :objects, :quiet) SENSITIVE = [] include Aws::Structure end |