This commit is contained in:
YOUR NAME 2018-07-27 21:53:10 +10:00
parent 9c0d76f0d6
commit 78bba0bcb1

View file

@ -62,8 +62,11 @@ class ImageViewer extends Component {
{this.state && <S3Image path={this.state.path} /> }
{/* {this.state && console.log(this) } */}
{/* <input type="file" onChange={this.handleUpload.bind(this)} />
{ this.state && <S3Image path={this.state.path} /> } */}
{/* X = uploadtos3()
Itemfile ={file : x}
Dynamodb.put_item(Item= Itemfile) */}
</div>
);
}