class Deadpull::Values::S3Path

Public Instance Methods

concretize() click to toggle source
# File lib/deadpull/values/s3_path.rb, line 12
def concretize
  [s3_prefix, RootRelativePath.concretize(local_root, local_path)].join('/')
end