Re: [Architecture] [PET] AmazonS3 Connector Improvement

2016-07-07 Thread Shakila Sivagnanarajah
Hi, Since the create object into a bucket method is not working even with a direct call, we deprecate that method in S3 connector. We can perform this operation in another way using these methods (initMultipartUpload --> uploadPart --> completeMultipartUpload). Thanks On Sat, Feb 20, 2016 at

Re: [Architecture] [PET] AmazonS3 Connector Improvement

2016-02-20 Thread Malaka Silva
Looks good. On Sat, Feb 20, 2016 at 1:43 PM, Keerthika Mahendralingam < keerth...@wso2.com> wrote: > Hi All, > > Since setting the permissions, configurations, and lifecycle for a created > bucket and objects and retrieving them is mostly important, I am planning > to implement the following

[Architecture] [PET] AmazonS3 Connector Improvement

2016-02-20 Thread Keerthika Mahendralingam
Hi All, Since setting the permissions, configurations, and lifecycle for a created bucket and objects and retrieving them is mostly important, I am planning to implement the following methods in AmazonS3 connector. - PUT Bucket acl - to set the permissions on an existing bucket using