MCPcopy Create free account
hub / github.com/aptly-dev/aptly / post

Method post

s3/server_test.go:688–691  ·  view source on GitHub ↗
(a *action)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

fatalErrorFunction · 0.85

Tested by

no test coverage detected