Amazon-S3
view release on metacpan or search on metacpan
README-TESTING.md view on Meta::CPAN
spend a few pennies (or don't have access to AWS credentials) you can
try one of the S3 mocking services. The two of the most popular services
seem to be:
* [LocalStack](https://localstack.io)
* [minio](https://min.io)
Both of these implement a subset of the S3 API. __Note that Some tests will fail
on both services (as of the writing of this document).__ To make it
through the tests, try setting one or more of the environment
variables above which will selectively skip some test.
If you are using a mocking service, you might find it useful to set
the environment variable AWS_EC2_METADATA_DISABLED to a true value.
```
export AWS_EC2_METADATA_DISABLED=true
```
This will prevent the AWS CLI from looking for metadata when you are
not actually running on an EC2 instance or container. Without this
( run in 1.168 second using v1.01-cache-2.11-cpan-49f99fa48dc )