Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 859 Bytes

blobstorage.md

File metadata and controls

29 lines (23 loc) · 859 Bytes

Cloud Resource Operator - Blob Storage

Usage

OpenShift

$ make cluster/prepare 
$ make cluster/seed/blobstorage PROVIDER=openshift

AWS

$ make cluster/prepare 
$ make cluster/seed/blobstorage PROVIDER=aws

GCP

$ make cluster/prepare 
$ make cluster/seed/blobstorage PROVIDER=gcp

Strategy

AWS

A JSON object containing three keys:

  • region, which is the AWS region code
  • createStrategy, which is a JSON representation of the CreateBucketInput struct
  • deleteStrategy, which accepts a boolean forceBucketDeletion. When set to true it will remove the bucket regardless of its contents. When set to false, it will only delete the bucket if it is empty.