(a *action)
| 517 | } |
| 518 | |
| 519 | func (bucketResource) post(a *action) interface{} { |
| 520 | fatalError(400, "Method", "bucket POST method not available") |
| 521 | return nil |
| 522 | } |
| 523 | |
| 524 | // validBucketName returns whether name is a valid bucket name. |
| 525 | // Here are the rules, from: |
nothing calls this directly
no test coverage detected