Skip to content

Instantly share code, notes, and snippets.

@rmitula
Created July 28, 2023 07:22
Show Gist options
  • Save rmitula/ca4ef3c80ffcd61043901309291dd966 to your computer and use it in GitHub Desktop.
Save rmitula/ca4ef3c80ffcd61043901309291dd966 to your computer and use it in GitHub Desktop.
Listing 2. Amazon S3 Bucket structure under Raw Data Zone
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