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

Method post

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

Source from the content-addressed store, hash-verified

517}
518
519func (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:

Callers

nothing calls this directly

Calls 1

fatalErrorFunction · 0.85

Tested by

no test coverage detected