audit

package
v0.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BucketAuditor

type BucketAuditor struct{}

func New

func New() *BucketAuditor

func (*BucketAuditor) Report

func (auditor *BucketAuditor) Report(bucketName string, accountID string, region string) BucketReport

type BucketReport

type BucketReport struct {
	Name                        string `json:"name"`
	AccountID                   string `json:"accountId"`
	Region                      string `json:"region"`
	ServerSideEncryptionEnabled bool   `json:"serverSideEncryptionEnabled"`
	VersioningEnabled           bool   `json:"versioningEnabled"`
	MFADelete                   bool   `json:"mfaDelete"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL