Is there a way to write a String directly to S3, without first having to write it to a file?
Is there a way to write a String directly to S3, without first having
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It will end up in a “file”, because S3 is a directory structure. But you can write it via a string/stream/reader, if your api allows it.
For example, the jets3t API has this (s3Key is the key it is stored under in s3. Filename, in other words)