Changeset 167 for trunk/Changes

Show
Ignore:
Timestamp:
01/19/08 14:03:49 (23 months ago)
Author:
mart
Message:

added the aws_location option to set the datacenter location for
S3 targets.

The Amazon S3 target now depends on version 0.41 of Net::Amazon::S3.

Patch from Alessandro Ranellucci.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Changes

    r166 r167  
     1  - added the aws_location option to set the datacenter location for 
     2    S3 targets. from Alessandro Ranellucci <aar@cpan.org>. 
     3    The Amazon S3 target now depends on version 0.41 of Net::Amazon::S3. 
     4 
    15  - fixed tempfile creation in gc (orphaned files were left in the  
    26    working directory). from Alessandro Ranellucci <aar@cpan.org>.