HCP System Management Help


Delete object request line

Depending on whether the bucket name is included in the hostname in the HS3 request, the request line for a request to delete an object or folder has either of these formats:

With the bucket name included in the hostname:

HEAD /(object-name)|(folder-name(/|%2F)) HTTP/1.1

With the bucket name following the hostname:

HEAD /bucket-name/(object-name)| (folder-name(/|%2F)) HTTP/1.1

© 2017 Hitachi Vantara Corporation. All rights reserved.