Skip to content

Commit

Permalink
Inlcude docs for snapshot s3
Browse files Browse the repository at this point in the history
  • Loading branch information
tooky committed Sep 19, 2024
1 parent 926808f commit b580ece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/kosli/snapshotS3.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ const snapshotS3ShortDesc = `Report a snapshot of the content of an AWS S3 bucke
const snapshotS3LongDesc = snapshotS3ShortDesc + awsAuthDesc + `
You can report the entire bucket content, or filter some of the content using ^--include^ and ^--exclude^.
In all cases, the content is reported as one artifact. If you wish to report separate files/dirs within the same bucket as separate artifacts, you need to run the command twice.
`
` + kosliIgnoreDesc

const snapshotS3Example = `
# report the contents of an entire AWS S3 bucket (AWS auth provided in env variables):
Expand Down

0 comments on commit b580ece

Please sign in to comment.