I\'m uploading to an S3 bucket some file, with:
const { key } = await Storage.put(filename, file, { contentType: \'image/jpeg\', level: \'public\' });