Method: COS::Bucket#list
- Defined in:
- lib/cos/bucket.rb
#list(path = '', options = {}) ⇒ Enumerator<Object> Also known as: ls
列出目录
168 169 170 |
# File 'lib/cos/bucket.rb', line 168 def list(path = '', = {}) Resource.new(self, path, ).to_enum end |