Skip to content

Instantly share code, notes, and snippets.

@austinmartinh
Last active May 28, 2020 15:59
Show Gist options
  • Save austinmartinh/bc9a6801b15aaaf372155e46c0d1954b to your computer and use it in GitHub Desktop.
Save austinmartinh/bc9a6801b15aaaf372155e46c0d1954b to your computer and use it in GitHub Desktop.
S3 tests
aws s3 ls
2020-05-27 15:59:19 hcd-restricted-zv6ls-image-registry-eu-west-1-jrokobypcjetyvou
2020-05-28 10:41:40 hcdrestrictedzv6lsredhatrhmioperato-k336
2020-05-28 10:42:10 hcdrestrictedzv6lsredhatrhmioperato-p3ot
2020-05-28 10:12:56 managed-velero-backups-85ff06d6-8965-47f5-bc0f-c0ec6fe6ff2c
2020-05-27 13:54:27 managed-velero-backups-c3e75593-c7f4-4e17-b6a7-6398805c5e4e
aws s3api get-public-access-block --bucket=hcdrestrictedzv6lsredhatrhmioperato-k336
{
"PublicAccessBlockConfiguration": {
"BlockPublicAcls": true,
"IgnorePublicAcls": true,
"BlockPublicPolicy": true,
"RestrictPublicBuckets": true
}
}
aws s3api get-public-access-block --bucket=hcdrestrictedzv6lsredhatrhmioperato-p3ot
{
"PublicAccessBlockConfiguration": {
"BlockPublicAcls": true,
"IgnorePublicAcls": true,
"BlockPublicPolicy": true,
"RestrictPublicBuckets": true
}
}
aws s3api get-bucket-tagging --bucket=hcdrestrictedzv6lsredhatrhmioperato-k336
{
"TagSet": [
{
"Key": "integreatly.org/resource-name",
"Value": "threescale-blobstorage-rhmi"
},
{
"Key": "integreatly.org/product-name",
"Value": "3scale"
},
{
"Key": "integreatly.org/resource-type",
"Value": "managed"
},
{
"Key": "integreatly.org/clusterID",
"Value": "hcd-restricted-zv6ls"
}
]
}
aws s3api get-bucket-tagging --bucket=hcdrestrictedzv6lsredhatrhmioperato-p3ot
{
"TagSet": [
{
"Key": "integreatly.org/resource-name",
"Value": "backups-blobstorage-rhmi"
},
{
"Key": "integreatly.org/product-name",
"Value": "cloud-resources"
},
{
"Key": "integreatly.org/resource-type",
"Value": "managed"
},
{
"Key": "integreatly.org/clusterID",
"Value": "hcd-restricted-zv6ls"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment