turbot / steampipe-plugin-oci

Use SQL to instantly query Oracle Cloud resources across regions and accounts. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/oci
Apache License 2.0
18 stars 5 forks source link

Add table oci_objectstorage_bucket_objects #338

Closed recursivecodes closed 2 years ago

recursivecodes commented 2 years ago

https://registry.terraform.io/providers/hashicorp/oci/latest/docs/resources/objectstorage_object https://docs.oracle.com/en-us/iaas/Content/Object/Concepts/objectstorageoverview.htm

c0d3r-arnab commented 2 years ago

The list call is not returning all the attributes mentioned in the response structure. CLI, on the other hand, returns the data. An issue has been raised with Go SDK: https://github.com/oracle/oci-go-sdk/issues/336