MCPcopy Create free account
hub / github.com/scality/cloudserver / makeTagQuery

Function makeTagQuery

lib/api/apiUtils/authorization/tagConditionKeys.js:9–13  ·  view source on GitHub ↗
(tags)

Source from the content-addressed store, hash-verified

7const { parseTagXml } = s3middleware.tagging;
8
9function makeTagQuery(tags) {
10 return Object.entries(tags)
11 .map(i => i.join('='))
12 .join('&');
13}
14
15function updateRequestContextsWithTags(request, requestContexts, apiMethod, log, cb) {
16 async.waterfall([

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected