package handlers type CreateBucketCommand struct { BucketName string } type ListBucketsQuery struct{}