parseable icon indicating copy to clipboard operation
parseable copied to clipboard

Support for GCS (Google Cloud Storage)

Open adarshsrivastava11 opened this issue 1 year ago • 1 comments

Hi, I'm trying to run Parseable on my GCP cloud, but I am not able to connect with my GCS bucket. Getting the following error - Screenshot 2024-07-08 at 6 35 06 PM

This is my env file -

P_STAGING_DIR=/staging
P_ADDR=0.0.0.0:8000
P_USERNAME=admin
P_PASSWORD=admin
P_S3_URL=https://storage.googleapis.com
P_S3_BUCKET=gcs://testing
P_S3_REGION=asia-south1

adarshsrivastava11 avatar Jul 08 '24 13:07 adarshsrivastava11

thanks for reporting @adarshsrivastava11 . Can you set P_S3_BUCKET=testing and also ensure S3 Compatibility is set in the GCS console?

nitisht avatar Jul 09 '24 07:07 nitisht

This is testing and is working @adarshsrivastava11 Closing this for now. Feel free to reopen if you see something not working as expected.

nitisht avatar Dec 15 '24 12:12 nitisht