Amazon-S3
view release on metacpan or search on metacpan
106107108109110111112113114115116117118119120121122123124125126those that favor simplicity of the interface and a lower number of
dependencies. Below is the original description of the module.
> Amazon S3 is storage
for
the Internet. It is designed to
> make web-scale computing easier
for
developers. Amazon S3
> provides a simple web services interface that can be used to
> store and retrieve any amount of data, at any
time
, from
> anywhere on the web. It gives any developer access to the
> same highly scalable, reliable, fast, inexpensive data
> storage infrastructure that Amazon uses to run its own
> global network of web sites. The service aims to maximize
> benefits of scale and to pass those benefits on to
> developers.
>
> To sign up
for
an Amazon Web Services account, required to
> Web Services web site at http://www.amazonaws.com/.
>
> module and must be responsible
for
these costs.
>
S3TestUtils.pm view on Meta::CPAN
313233343536373839404142434445464748495051# misc
Readonly
our
$TEST_BUCKET_PREFIX
=>
'net-amazon-s3-test'
;
# create a domain name for this if AMAZON_S3_DNS_BUCKET_NAMES is true
Readonly
our
$MOCK_SERVICES_BUCKET_NAME
=>
$TEST_BUCKET_PREFIX
.
'-test'
;
Readonly
our
$PUBLIC_READ_POLICY
=>
<<END_OF_POLICY;
<Grant>
<Grantee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:type="Group">
</Grantee>
<Permission>READ</Permission>
</Grant>
END_OF_POLICY
our
%EXPORT_TAGS
= (
constants
=> [
qw(
$EMPTY
$SLASH
lib/Amazon/S3.pm view on Meta::CPAN
16091610161116121613161416151616161716181619162016211622162316241625162616271628=over 10
Amazon S3 is storage for the Internet. It is designed to
make web-scale computing easier for developers. Amazon S3
provides a simple web services interface that can be used to
store and retrieve any amount of data, at any time, from
anywhere on the web. It gives any developer access to the
same highly scalable, reliable, fast, inexpensive data
storage infrastructure that Amazon uses to run its own
global network of web sites. The service aims to maximize
benefits of scale and to pass those benefits on to
developers.
To sign up for an Amazon Web Services account, required to
use this library and the S3 service, please visit the Amazon
Web Services web site at http://www.amazonaws.com/.
You will be billed accordingly by Amazon when you use this
module and must be responsible for these costs.
( run in 0.261 second using v1.01-cache-2.11-cpan-cba739cd03b )