This TeamCity plugin allows to upload content into different Amazon S3 buckets. It also allows to delete the existing content on the bucket before uploading.
As a Build Runner, it can be set up for each build configuration as a build step, allowing to define different users and/or buckets.
This plugin has been tested on TeamCity 9.0.3+
-
Download the current version of the plugin
-
Refer to TeamCity Installing Additional Plugins documentation.
-
An AWS User is needed. Refer to Amazon Creating IAM Users documentation to create a new user if needed and obtain credentials data.
-
The user needs to have the following permissions on the bucket(s):
- List
- Upload/Delete
PRs are always welcomed!
-
- Java 7
- Maven
-
mvn package
Copyright 2016 Gonzalo G. do Carmo Norte
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.