(a *action)
| 686 | } |
| 687 | |
| 688 | func (objr objectResource) post(a *action) interface{} { |
| 689 | fatalError(400, "MethodNotAllowed", "The specified method is not allowed against this resource") |
| 690 | return nil |
| 691 | } |
| 692 | |
| 693 | type CreateBucketConfiguration struct { |
| 694 | LocationConstraint string |
nothing calls this directly
no test coverage detected