-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
813a1e3
commit deece94
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
aws s3 cp . s3://de-yt-raw-useast2-dev/youtube/raw_statistics_reference_data/ --recursive --exclude "*" --include "*.json" | ||
|
||
# To copy all data files to its own location, following Hive-style patterns: | ||
aws s3 cp CAvideos.csv s3://de-yt-raw-useast2-dev/youtube/raw_statistics/region=ca/ | ||
aws s3 cp DEvideos.csv s3://de-yt-raw-useast2-dev/youtube/raw_statistics/region=de/ | ||
aws s3 cp FRvideos.csv s3://de-yt-raw-useast2-dev/youtube/raw_statistics/region=fr/ | ||
aws s3 cp GBvideos.csv s3://de-yt-raw-useast2-dev/youtube/raw_statistics/region=gb/ | ||
aws s3 cp INvideos.csv s3://de-yt-raw-useast2-dev/youtube/raw_statistics/region=in/ | ||
aws s3 cp JPvideos.csv s3://de-yt-raw-useast2-dev/youtube/raw_statistics/region=jp/ | ||
aws s3 cp KRvideos.csv s3://de-yt-raw-useast2-dev/youtube/raw_statistics/region=kr/ | ||
aws s3 cp MXvideos.csv s3://de-yt-raw-useast2-dev/youtube/raw_statistics/region=mx/ | ||
aws s3 cp RUvideos.csv s3://de-yt-raw-useast2-dev/youtube/raw_statistics/region=ru/ | ||
aws s3 cp USvideos.csv s3://de-yt-raw-useast2-dev/youtube/raw_statistics/region=us/ |