S3 bucket locations
vets-website
VA applications use their own S3 bucket to host CSS and JS for all apps and forms. After a deployment you will find your assets in the following locations:
Environment | S3 Bucket Location |
---|---|
Production | |
Staging | |
Development |
Assets hosted in these buckets are directly referenced in the HTML source. Anything that is lazy loaded within a React application is passed through the VA’s reverse proxy (appearing to be loaded from va.gov). It is set up this way to ensure all E2E tests use the properly generated asset during the CI process.
content-build
Static content is hosted in a specific s3 bucket dedicate to serving content, which is then passed through the reverse proxy to appear at the va.gov public URL. While this bucket is rarely visible to the public, you will find your static content hosted in the following locations:
Environment | S3 Bucket Location |
---|---|
Production | http://content.www.va.gov.s3-website-us-gov-west-1.amazonaws.com/ |
Staging | http://content.staging.va.gov.s3-website-us-gov-west-1.amazonaws.com/ |
Development | http://content.dev.va.gov.s3-website-us-gov-west-1.amazonaws.com/ |
CI uploads
During the CI builds are stored and archived for debugging purposes. If you ever need to find an asset generated through the CI process, you can find that asset at the bucket dedicated to CI uploads:
Environment | S3 Bucket Location |
---|---|
Continuous Integration (CI) | https://s3-us-gov-west-1.amazonaws.com/vetsgov-website-builds-s3-upload/ |
Help and feedback
Get help from the Platform Support Team in Slack.
Submit a feature idea to the Platform.