MCPcopy Create free account
hub / github.com/s3tools/s3cmd / _parse_args

Method _parse_args

S3/CloudFront.py:669–675  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

667
668 @staticmethod
669 def _parse_args(args):
670 cf = CloudFront(Config())
671 cfuris = []
672 for arg in args:
673 uris = cf.get_dist_name_for_bucket(S3Uri(arg))
674 cfuris.extend(uris)
675 return cfuris
676
677 @staticmethod
678 def info(args):

Callers 4

infoMethod · 0.80
deleteMethod · 0.80
modifyMethod · 0.80
invalinfoMethod · 0.80

Calls 4

ConfigClass · 0.90
S3UriClass · 0.90
CloudFrontClass · 0.85

Tested by

no test coverage detected