Skip to content

Commit 9d53090

Browse files
Merge pull request #58 from goncalodasilva/patch-15
fix 265
2 parents a840eb6 + 6d5112f commit 9d53090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2985,9 +2985,9 @@ We are so thankful for every contribution, which makes sure we can deliver top-n
29852985
### If an application is storing hourly log files from thousands of instances from a high traffic web site, which naming scheme would give optimal performance on S3?
29862986

29872987
- [ ] Sequential.
2988-
- [ ] `instancelD_log-HH-DD-MM-YYYY`.
2988+
- [x] `instancelD_log-HH-DD-MM-YYYY`.
29892989
- [ ] `instancelDJog-YYYY-MM-DD-HH`.
2990-
- [x] `HH-DD-MM-YYYY-log_instancelD`.
2990+
- [ ] `HH-DD-MM-YYYY-log_instancelD`.
29912991
- [ ] `YYYY-MM-DD-HH-logJnstancelD`.
29922992

29932993
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)