Giter Club home page Giter Club logo

Comments (4)

cppforlife avatar cppforlife commented on August 20, 2024 1

Fixed in https://github.com/cloudfoundry/bosh-cli/releases/tag/v0.0.85.

from bosh-cli.

cunnie avatar cunnie commented on August 20, 2024

We noticed this when we tried to build the vsphere CPI on a fresh workstation:

bosh create-release  --tarball
Blob download 'vsphere_cpi_mkisofs/cdrtools-3.00.tar.bz2' (2.0 MB) (id: 93d9103d-44cf-47da-9343-49c1a4bea480 sha1: 6464844d6b936d4f43ee98a04d637cd91131de4e) started

Blob download 'vsphere_cpi_mkisofs/cdrtools-3.00.tar.bz2' (id: 93d9103d-44cf-47da-9343-49c1a4bea480) failed

Getting blob '93d9103d-44cf-47da-9343-49c1a4bea480' for path 'vsphere_cpi_mkisofs/cdrtools-3.00.tar.bz2':
  Getting blob from inner blobstore:
    Getting blob from inner blobstore:
      BucketRegionError: incorrect region, the bucket is not in 'us-east-1' region
        status code: 301, request id:

Exit code 1

This was due to our final.yml missing an explicit region:

---
final_name: bosh-vsphere-cpi
blobstore:
  provider: s3
  options:
    endpoint: https://s3-us-west-1.amazonaws.com
    bucket_name: bosh-vsphere-cpi-blobs

The latest s3cli is able to autodetect the region based on the hostname.

from bosh-cli.

cppforlife avatar cppforlife commented on August 20, 2024

@cunnie we wouldnt mind a pr to bump it to the latest version.

from bosh-cli.

cppforlife avatar cppforlife commented on August 20, 2024

Bumped in 06d6d5b. New CLI is coming up.

from bosh-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.