🚀 Add feature: Instagram and Facebook business posts conversion
This commit is contained in:
parent
5ee50a0f0f
commit
f9e5a6e013
8 changed files with 2357 additions and 33 deletions
1201
minio_sample_data/datafiles/facebook_business_posts.json
Normal file
1201
minio_sample_data/datafiles/facebook_business_posts.json
Normal file
File diff suppressed because it is too large
Load diff
1090
minio_sample_data/datafiles/instagram_posts.json
Normal file
1090
minio_sample_data/datafiles/instagram_posts.json
Normal file
File diff suppressed because it is too large
Load diff
|
@ -5,6 +5,7 @@ MINIO_ALIAS="minio"
|
|||
BUCKET_NAME="systeme-retro-testing"
|
||||
FILE_PATH="$1"
|
||||
|
||||
|
||||
# Check if the file exists
|
||||
if [ ! -f "$FILE_PATH" ]; then
|
||||
echo "Error: File $FILE_PATH not found."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue