Following methods are also suggested as those are adding an value to this connector.
setBucketAcl - This implementation of the PUT operation uses the acl subresource to set the permissions on an existing bucket using access control lists (ACL). initiateMultipartUpload - This is a POST operation which initiates a multipart upload and returns an upload ID. uploadPart - This is a PUT operation which uploads a part in a multipart upload. completeMultipartUpload - This is a POST operation which completes a multipart upload by assembling previously uploaded parts. abortMultipartUpload - This is a DELETE operation which aborts a multipart upload. listMultipartUploads - This is a GET operation which lists in-progress multipart uploads. listParts - This is a GET operation which lists the parts that have been uploaded for a specific multipart upload. Thanks Rasika Hettige -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-amazon-s3-tp89705p94621.html Sent from the WSO2 Architecture mailing list archive at Nabble.com. _______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
