Created
July 28, 2023 07:22
-
-
Save rmitula/ca4ef3c80ffcd61043901309291dd966 to your computer and use it in GitHub Desktop.
Listing 2. Amazon S3 Bucket structure under Raw Data Zone
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
raw-zone/ | |
└── products/ | |
└── year=2023/ | |
└── month=05/ | |
├── day=01/ | |
| └── data.json | |
├── day=02/ | |
| └── data.json | |
└── (...) | |
└── (...) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment