p6steve has asked for the wisdom of the Perl Monks concerning the following question:
# store a key with a content-type and some optional metadata my $keyname = 'testing.txt'; my $value = 'T'; $bucket_obj->add_key( $keyname, $value, { content_type => 'text/plain', 'x-amz-meta-colour' => 'orange', } );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Amazon S3 Backup Serialize
by shmem (Chancellor) on Nov 27, 2006 at 09:05 UTC |