module DrawCloud::Locations

Public Instance Methods

arn_s3(bucket_name, path) click to toggle source
# File lib/draw_cloud/locations.rb, line 21
def arn_s3(bucket_name, path)
  fnjoin("", "arn:aws:s3:::", bucket_name, path)
end