Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ The tool is a shell command line utility that returns information over all [S3](

- Your tool must work on Linux, OSX and Windows.
- It must be easy to install and use.
- Ideally, your tool won't requires installation of any other tools / libraries / framework to work.
- Time is money, we cannot afford running a tool that takes hours to complete, your solution shall return results within seconds (or minutes if you are willing to test our patience :-).
- Ideally, your tool won't require installation of any other tools / libraries / framework to work.
- Time is money, we cannot afford running a tool that takes hours to complete, your solution should return results within seconds (or minutes if you are willing to test our patience :-).

## Time allowed

People who have successfully passed the challenge and are now happy members of the Coveo team usually take from 4 to 10 hours to complete it.

Remember the KISS principle...

### The tool must returns the following information
### The tool must return the following information

- Bucket name
- Creation date (of the bucket)
- Number of files
- Total size of files
- Last modified date (most recent file of a bucket)
- And the most important of all, **how does it cost**
- And the most important of all, **how much does it cost**

### The following options should be supported

Expand All @@ -45,9 +45,9 @@ Some statistics to check the percentage of space used by a bucket, or any other

- Your are free to use the programming language and the [SDK](https://aws.amazon.com/tools/) of your choice, but remember that installation must not require us to install external tools in order to test the result of your work.
- We will test your work over our environment (which contains **several millions of files**). The overall performance of your tool will be evaluated.
- Your code must be made available on GitHub or any other public version control software. Your project must be a standalone project (i.e. not fork any other project).
- Your code must be made available on GitHub or any other public version control software. Your project must be a standalone project (i.e. do not fork any other project).

## Advices
## Advice

- **Try to design and implement your solution as you would do for real production code**. Show us how you create clean, maintainable code that does awesome stuff. Build something that we'd be happy to contribute to. This is not a programming contest where dirty hacks win the game.
- Feel free to add more features! Really, we're curious about what you can think of. We'd expect the same if you worked with us.
Expand Down