sgallizia commented on issue #128:
URL: https://github.com/apache/openserverless/issues/128#issuecomment-2891290051

   Thank you very much for you answer, the installation now completes without 
errors. However, I'm encountering a new issue: when I try to deploy a simple 
golang function, I get the following error:
   
   "required S3_API_URL environment variable is not set!"
   
   
   ops ide deploy
   bun install v1.2.5 (013fdddc)
   
   + @types/bun@1.2.2
   + chokidar@4.0.3
   + commander@13.1.0
   + dotenv@16.4.7
   + glob@11.0.1
   
   43 packages installed [165.00ms]
   /home/<user>/.ops/tmp/deploy.pid
   PID 657609
   > Scan:
   >> Action: packages/test/test.go
   > Deploying:
   >> Package: test
   $ $OPS package update test 
   ok: updated package test
   >>> Action: packages/test/test.go
   $ $OPS action update test/test packages/test/test.go 
   ok: updated action test/test
   build process exited with code 0
   UPLOAD ASSETS FROM web
   **required S3_API_URL environment variable is not set!**
   ops: Failed to run task "upload": exit status 1
   task execution error: ops: Failed to run task "upload": exit status 1
   ops: Failed to run task "deploy": exit status 1
   task execution error: ops: Failed to run task "deploy": exit status 1
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openserverless.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to