Amazon S3 can be integrated with Jenkins, using which feature
Answers
Amazon S3 can be integrated with Jenkins, using various plugins
Amazon S3 can be integrated with jenkins using bucket Plugins.
Short notes on Amazon S3:
(i) Amazon S3 is an object storage service.
(ii) It has a simple web services interface that you can use to store and retrieve any amount of data,any time,from anywhere on the web.
(iii) This S3 service allows the subscribers to access the same systems that amazon uses to run its own web sites.
Advantages:
(i) Standard interfaces.
(ii) permissions
(iii) Low cost and easy to use.
(iv) Higher performance.
Short notes on Jenkins:
(i) An open source integration tool which was written in java which helps in testing and reporting in a larger code base in real time.
(ii) It provides us an integration to Amazon S3 bucket by which we can upload the configuration to the S3 bucket.
(iii) Jenkins plugins are available for number of AWS services.
Advantages:
(i) Free of cost
(ii) Easily configurable
(iii) Easy support and Rich plugin ecosystem.
Hope it helps!