Tools / src /google_src /gcs_utils.py

Commit History

refactor: Centralize logger import to src.logger_config across various modules.
f20025d

jebin2 commited on

Refactor: Standardize logging by replacing print statements with logger calls and adjusting verbosity levels.
503d4ac

jebin2 commited on

refactor: Update GCS file uploads to use a `folder` parameter for temporary files and enable old video deletion.
1d300b0

jebin2 commited on

refactor: Migrate `GCS_BUCKET_FOLDER_NAME` from secrets to vars in the workflow and adjust `list_gcs_files` prefix default handling.
92b42d6

jebin2 commited on

feat: Introduce `GCS_BUCKET_FOLDER_NAME` for configurable Google Cloud Storage paths across workflows and utilities.
50a7b1c

jebin2 commited on

refactor: rename GCS video folder and default listing prefix to "video_rename"
15e9da4

jebin2 commited on

feat: Allow specifying GCS destination blob name with uniqueness handling, generate AI-powered b-roll filenames, and update Gemini model to flash-latest.
ff14cb7

jebin2 commited on

feat: Integrate OneUp API for social media publishing
693a2b5

jebin2 commited on

Refactor social publishers, fix asyncio/frontend crash, fix GCS project ID
05104b9

jebin2 commited on

issue fix
fce9bf7

jebin2 commited on

refactor: Centralize configuration management by replacing direct os.getenv calls with the new get_config_value utility function.
3bba70c

jebin2 commited on

fix: Use authenticated GCS download instead of public URLs
bd94cd9

jebin2 commited on

prefix added
5b4dcf4

jebin2 commited on

upload id
af92103

jebin2 commited on

feat: async-only downloads with parallel GCS, sequential Drive
12b7787

jebin2 commited on

feat: add save_in_drive_also option to upload_file_to_gcs with consistent filenames
8524219

jebin2 commited on

refactor: Remove APIClients class and migrate to standalone GCS utils
d524fdc

jebin2 commited on

Refactor bucket creation to gcs_utils and cleanup main.py
750910c

jebin2 commited on

Refactor: Move Gemini SDK, centralize GCS utils, optimize downloads
3a1dbcc

jebin2 commited on

feat: add Google Drive upload fallback and cleanup support
37981e0

jebin2 commited on

refactor: add singleton pattern for GCloudWrapper to avoid repeated auth requests
e79a06d

jebin2 commited on

cred
7f46e56

jebin2 commited on

Refactor: Centralize GCS logic and cleanup dependencies
6ab6640

jebin2 commited on