Sha256: d9dac0da209a0c9082f35b62e63b9aed63d3bf523522bc104853825d24a4bf38
Contents?: true
Size: 868 Bytes
Versions: 8
Compression:
Stored size: 868 Bytes
Contents
## Examples $ s3-secure summary Determining bucket security-related settings... +----------------------------+------+------------+ | Bucket | SSL? | Encrypted? | +----------------------------+------+------------+ | a-test-bucket-in-us-east-1 | yes | no | | a-test-bucket-in-us-west-1 | no | no | +----------------------------+------+------------+ $ There are `--ssl no` and `--encrypted no` filtering options: $ s3-secure summary --ssl no --encrypted no Determining bucket security-related settings... +----------------------------+------+------------+ | Bucket | SSL? | Encrypted? | +----------------------------+------+------------+ | a-test-bucket-in-us-west-1 | no | no | +----------------------------+------+------------+ $
Version data entries
8 entries across 8 versions & 1 rubygems