Skip to content

mohitarora/s3client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

s3client

This module provides classes to uploaded files to Amazon S3 using JClouds Library.

Main Class: AwsS3WrapperImpl

Methods:

--public String uploadFile(String bucketName, String fileName, byte[] file)

--public String uploadFile(String bucketName, String filePath)

Above methods will upload files to S3 synchronously. Any of the above method can be used based on file inputs you have.

--public String uploadFileAsynchronously(String bucketName, String fileName, byte[] file)

This method should be used for large files. This methods will break the file into chunks and will upload all the chunks in parallel to S3.

About

S3 Client based on Jclouds library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages