Modify ↓
Ticket #686 (new enhancement)
a bunch of tasks to work with s3cmd to interact with Amazon S3
| Reported by: | Anton Stöckl <anton@…> | Owned by: | mrook |
|---|---|---|---|
| Priority: | major | Milestone: | TBD |
| Component: | phing-core | Version: | 2.4.5 |
| Keywords: | s3cmd | Cc: |
Description
I have created a suite of tasks to work with s3cmd to interact with Amazon S3, there sources are here: https://github.com/AntonStoeckl/Phing-Additions/tree/master/tasks/ext/Service/Amazon
Again, no unit test yet. For proper unit tests there must be a S3 bucket and I can't supply my account. Not sure if it makes sense to unit test only the supplied options?
Please have a look at it so we can talk about further steps if you are willing to include that to Phing.
Regars, Anton
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

For proper unit tests you don't need an S3 bucket. Instead, you need a proper mocking framework.