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

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -