Data Source: oci_objectstorage_object_head

This data source provides details about metadata of a specific Object resource in Oracle Cloud Infrastructure Object Storage service.

Gets the metadata of an object.

Example Usage

data "oci_objectstorage_object_head" "test_object_head" {
	#Required
	bucket = var.object_bucket
	namespace = var.object_namespace
	object = var.object_object
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: