package requests type CreateBucketRequest struct { BucketName string `form:"bucket_name" json:"bucket_name"` } type ListBucketsRequest struct{}