Data Source: oci_objectstorage_preauthrequest

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

Gets the pre-authenticated request for the bucket.

Example Usage

data "oci_objectstorage_preauthrequest" "test_preauthenticated_request" {
	#Required
	bucket = var.preauthenticated_request_bucket
	namespace = var.preauthenticated_request_namespace
	par_id = oci_objectstorage_preauthrequest.test_par.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: