Data Source: oci_objectstorage_bucket

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

Gets the current representation of the given bucket in the given Object Storage namespace.

Example Usage

data "oci_objectstorage_bucket" "test_bucket" {
	#Required
	name = var.bucket_name
	namespace = var.bucket_namespace
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: