S3 Buckets¶
Provider: AWS
Service ID: s3
Rendering: Table with expandable rows containing policy documents
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 's3',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'creation_date', 'region', 'versioning', 'encryption', 'bucket_policy']
});
</script>
<div data-sd-service="s3" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Bucket Name | text |
Resource display name (from tags or identifier) |
creation_date |
Created | datetime |
From API field: CreationDate |
region |
Region | text |
Retrieved via supplementary API call (location). Default: us-east-1 |
versioning |
Versioning | text |
Retrieved via supplementary API call (versioning). Default: Disabled |
encryption |
Encryption | text |
Retrieved via supplementary API call (encryption). Default: None |
block_public_acls |
Block Public ACLs | boolean |
Retrieved via supplementary API call (public_access_block.BlockPublicAcls). Default: False |
ignore_public_acls |
Ignore Public ACLs | boolean |
Retrieved via supplementary API call (public_access_block.IgnorePublicAcls). Default: False |
block_public_policy |
Block Public Policy | boolean |
Retrieved via supplementary API call (public_access_block.BlockPublicPolicy). Default: False |
restrict_public_buckets |
Restrict Public Buckets | boolean |
Retrieved via supplementary API call (public_access_block.RestrictPublicBuckets). Default: False |
logging_target |
Logging Target | text |
Retrieved via supplementary API call (logging) |
bucket_policy |
Bucket Policy | policy_link |
Link to view the bucket policy |
tags |
Tags | tags_table |
All tags/labels as a key-value table |
= included in default view
Sort Order¶
Results are sorted by: name