# Use this to list all of my buckets
https://docs.aws.amazon.com/AmazonS3/latest/API/RESTServiceGET.html

# Use this to list the bucket that contains secrets/ - each file in it is a token
https://docs.aws.amazon.com/AmazonS3/latest/API/v2-RESTBucketGET.html

#
# Get the admin token
# Use the API version of this:
# aws s3 cp s3://prefix-bustakube-com-state-store/cluster.bustakube.com/secrets/admin tmp-admin
#
https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectGET.html



