Module: AWS

Defined in:
lib/processor/remote_directory.rb

Overview

This is an extension to S3Object that supports the emerging ‘standard’ for virtual folders on S3. For example:

S3Object.store('/folder/to/greeting.txt', 'hello world!', 'ron', :use_virtual_directories => true)

This will create an object in S3 that mimics a folder, as far as the S3 GUI browsers like the S3 Firefox Extension or Bucket Explorer are concerned.

Defined Under Namespace

Modules: S3