cloudfoundry-community / s3-cf-service-broker

A Cloud Foundry Service Broker for Amazon S3
Apache License 2.0
22 stars 18 forks source link

A way to bind an app to multiple S3 buckets? #23

Open Omnipresent opened 8 years ago

Omnipresent commented 8 years ago

Is there a way or support to bind an app to multiple S3 buckets?

My app is currently binded to an S3 bucket and has access to the following environments:

    "credentials": {
     "access_key_id": "MXHUA",
     "bucket": "cloud-foundry-82-59cf655a61ef",
     "host": "s3.amazonaws.com",
     "secret_access_key": "RBiB0Or1LaukH",
     "uri": "s3://AKJMXHUA:Vf5Yd0B0gf0Or1LaukH@s3.amazonaws.com/cloud-foundry-c882-59cf655a61ef",
     "username": "cloud-foundry-s3-79031277d"
    }

I'm wondering if the app can be binded to multiple buckets?

drnic commented 8 years ago

Cloud Foundry allows multiple bindings into a single app; and those can be to similar service instances. Should "just work".

On Sun, Oct 23, 2016 at 7:04 AM +1000, "Omnipresent" notifications@github.com wrote:

Is there a way or support to bind an app to multiple S3 buckets?

My app is currently binded to an S3 bucket and has access to the following environments:

"credentials": {
 "access_key_id": "MXHUA",
 "bucket": "cloud-foundry-82-59cf655a61ef",
 "host": "s3.amazonaws.com",
 "secret_access_key": "RBiB0Or1LaukH",
 "uri": "s3://AKJMXHUA:Vf5Yd0B0gf0Or1LaukH@s3.amazonaws.com/cloud-foundry-c882-59cf655a61ef",
 "username": "cloud-foundry-s3-79031277d"
}

I'm wondering if the app can be binded to multiple buckets?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.