Hi,
I'm trying to setup so that cloud controller uses s3 for blobstore in AWS. I can get it working by supplying bucket names in the relevant key fields(resource_directory_key,etc). Want I wanted to know is if there is anyway we can supply prefix's. For instance, I want to use the same bucket for droplets, buildpacks, etc and organize them as so:
mybucket/prod/cc-buildpacks for buildpacks
mybucket/prod/cc-droplets for droplets
mybucket/prod/cc-packages for packages
mybucket/prod/cc-resources for resources
Just cant find a way to specify the prefix's so I don't have to create 4 buckets. Any way to do this?
Thanks,
Rich