sbt / sbt-s3

sbt-s3 is a simple sbt plugin to manipulate objects on Amazon S3
Apache License 2.0
63 stars 29 forks source link

Supporting several S3 buckets #66

Open oripwk opened 4 years ago

oripwk commented 4 years ago

Hi,

Thanks for this awesome plugin.

We have a use-case where we need to upload the same set of files to two separate buckets. Unfortunately the plugin doesn't support this.

Is it possible maybe to add another SettingKey s3AdditionalHosts to support such cases?

At the moment the only workaround is using sbt commands as described here which is quite painful.

Thanks