Method: Fog::Storage::AWS::Directory#location
- Defined in:
- lib/fog/aws/models/storage/directory.rb
permalink #location ⇒ Object
[View source]
37 38 39 40 |
# File 'lib/fog/aws/models/storage/directory.rb', line 37 def location requires :key attributes[:location] || bucket_location || self.connection.region end |