ionos-cloud / sdk-java

IONOS Cloud Official Java SDK
Apache License 2.0
3 stars 4 forks source link

Add S3 upload/delete/get etc. #12

Open hariseduardandrei opened 1 year ago

hariseduardandrei commented 1 year ago

These operations would be nice to have, here's an example from AWS:

public PutObjectResult putObject(
            String bucketName, String key, InputStream input, ObjectMetadata metadata)
            throws SdkClientException, AmazonServiceException; 

thanks :)