ionoscloud_s3_objects
Get information about IONOS Object Storage Objects.
Example Usage
data "ionoscloud_s3_objects" "example" {
bucket = "example"
prefix = "prefix1/"
delimiter = "/"
max_keys = 100
fetch_owner = true
}
Argument Reference
Attributes Reference
Last updated
Was this helpful?