Bucket Inventory Configuration
GET https://s3.amazonaws.com/{{bucket}}/?inventory
Returns an inventory configuration (identified by the inventory configuration ID) from the bucket.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
inventory | null |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-amz-content-sha256 | string |
RESPONSES
status: OK
"\u003c?xml version=\"1.0\" encoding=\"UTF-8\"?\u003e\u003cListInventoryConfigurationsResult xmlns=\"http://s3.amazonaws.com/doc/2006-03-01/\"\u003e\u003cInventoryConfiguration\u003e\u003cId\u003etest-inventory\u003c/Id\u003e\u003cIsEnabled\u003etrue\u003c/IsEnabled\u003e\u003cDestination\u003e\u003cS3BucketDestination\u003e\u003cFormat\u003eCSV\u003c/Format\u003e\u003cBucket\u003earn:aws:s3:::working-demo-2\u003c/Bucket\u003e\u003cEncryption\u003e\u003cSSE-S3/\u003e\u003c/Encryption\u003e\u003c/S3BucketDestination\u003e\u003c/Destination\u003e\u003cSchedule\u003e\u003cFrequency\u003eDaily\u003c/Frequency\u003e\u003c/Schedule\u003e\u003cIncludedObjectVersions\u003eCurrent\u003c/IncludedObjectVersions\u003e\u003cOptionalFields/\u003e\u003c/InventoryConfiguration\u003e\u003cIsTruncated\u003efalse\u003c/IsTruncated\u003e\u003c/ListInventoryConfigurationsResult\u003e"