Skip to content

Commit bc9d8ac

Browse files
fix: typos lD -> ID
1 parent 9d53090 commit bc9d8ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2985,10 +2985,10 @@ 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-
- [x] `instancelD_log-HH-DD-MM-YYYY`.
2989-
- [ ] `instancelDJog-YYYY-MM-DD-HH`.
2990-
- [ ] `HH-DD-MM-YYYY-log_instancelD`.
2991-
- [ ] `YYYY-MM-DD-HH-logJnstancelD`.
2988+
- [x] `instanceID_log-HH-DD-MM-YYYY`.
2989+
- [ ] `instanceIDJog-YYYY-MM-DD-HH`.
2990+
- [ ] `HH-DD-MM-YYYY-log_instanceID`.
2991+
- [ ] `YYYY-MM-DD-HH-logJnstanceID`.
29922992

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

0 commit comments

Comments
 (0)