Skip to content

ballerina-platform/module-ballerinax-aws.s3

Repository files navigation

Ballerina Amazon S3 Connector

Build Status codecov GitHub Last Commit GraalVM Check License

Amazon Simple Storage Service (Amazon S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. This means customers of all sizes and industries can use it to store and protect any amount of data for a range of use cases, such as data lakes, websites, mobile applications, backup and restore, archive, enterprise applications, IoT devices, and big data analytics.

The connector provides the capability to manage buckets and objects in AWS S3. For more information about configuration and operations, go to the module.

  • aws.s3 - Perform AWS S3 related operations programmatically.

Building from the source

Setting up the prerequisites

  1. Download and install Java SE Development Kit (JDK) version 11. You can install either OpenJDK or Oracle JDK.

    Note: Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.

  2. Download and install Ballerina Swan Lake

Building the source

Execute the commands below to build from the source:

  • To build the package:
    bal build ./ballerina
    
  • To run the tests after build:
    bal test ./ballerina
    

Contributing to Ballerina

As an open source project, Ballerina welcomes contributions from the community.

For more information, see contribution guidelines.

Code of conduct

All contributors are encouraged to read the Ballerina Code of Conduct.

Useful links