Using the Boto3 S3 Service Resource
VAST Cluster › Version 5.0 › VAST Cluster 5.0 Administrator's Guide › Managing Access Protocols › S3 Object Storage Protocol
… object without returning the object itself, use the metadata attribute on the object resource. Example s3_resource.Object("the_bucket", "object_name").metadata Delete an Object To delete an object, call the delete() action on the object resource. Example s3 …