javascript - aws s3.copyObject return params with destination path -
i using aws' s3.copyobject moving file source destination. how can entire path of new destination. there callback params of s3.copyobject gives result?
no such callbacks available. need find path follows
var s3destinationpath = 'https://s3-'+region+'.amazonaws.com/'+bucket+ '/' + destinationfolder + '/' + filename ;
Comments
Post a Comment