Skip to content

A tool written in Java for merging Amazon S3 files effeciantly.

Notifications You must be signed in to change notification settings

darshan3105/S3FileMerger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S3FileMerger

A tool written in Java for merging AWS S3 files efficiently.

Description

This tool provides an efficient way of merging files in AWS S3. For more information on how this tool is implemented refer this post.

Install

  • This Maven project is not handled by the Maven central repository. Thus the user needs to install it manually in his/her project.
  • Clone this repo in your system using command:
    • git clone https://github.com/darshan3105/S3FileMerger.git
  • Add this library as a dependency in your Maven project. Refer this for information about how to add a library in your Maven project.

Run

You can use this tool in the following way:

  • create an object of class S3FileMergingRequest
  • call the S3FileMerger:
    • S3FileMerger.mergeFiles(s3FileMergingRequest)
  • Note: this tool uses the default AmazonS3 client. So the user must make sure that the environment in which this code is deployed grants the permission to make S3 API calls,

About

A tool written in Java for merging Amazon S3 files effeciantly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages