Method: Formatron::S3::Path.key
- Defined in:
- lib/formatron/s3/path.rb
.key(name:, target:, sub_key:) ⇒ Object
5 6 7 8 9 10 |
# File 'lib/formatron/s3/path.rb', line 5 def self.key(name:, target:, sub_key:) File.join _base_path( name: name, target: target ), sub_key end |