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

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -