Account
and Container
details to requests.RestServer
that acts as an Ambry frontend.IdConverter
implementation for the frontend.IdSigningService
.AmbryIdSigningService
.SecurityServiceFactory
for Ambry
Returns a new instance of AmbrySecurityService
on AmbrySecurityServiceFactory.getSecurityService()
call.UrlSigningService
that currently only converts all headers that start with
"x-ambry-" into query parameters and does not actually sign the URL.UrlSigningServiceFactory
for Ambry
Returns a new instance of UrlSigningService
on AmbryUrlSigningServiceFactory.getUrlSigningService()
call.Account
and Container
was not previously injected, inject them into the provided
RestRequest
, based on the given BlobProperties
' service ID and blob privacy setting.metricRegistry
.RestRequestServiceFactory
.FrontendRestRequestService
.Account
and Container
for PUT requests.Account
and Container
id from the blobId string, queries the AccountService
to get the corresponding Account
and Container
, and injects the target Account
and
Container
into the RestRequest
.true
if throttling is required.