JVM parameters for the Amazon S3 file service

If your deployment is on AWS or GovCloud and you are using S3, you must set these JVM parameters in your environment:

  • wb.tenant.id
  • wb.cloud.provider
  • wb.running.inside.container
  • wb.storage.s3.dataBucket

If your deployment is not on AWS and you want to use S3, you must set these JVM parameters in your environment:

  • wb.tenant.id
  • wb.cloud.provider
  • wb.running.inside.container
  • wb.storage.s3.dataBucket
  • aws.region
  • aws.accesskeyId
  • aws.secretKey

For more information on setting JVM parameters for your cloud deployment, see Cloud deployment JVM parameters.

For more information on how to fully configure AWS S3, refer to your AWS documentation.