/tag/curl

  • Transfer Files Using Amazon S3

    Setup You will need to install and configure the awscli package in order to access objects in S3.
    Install the AWS CLI The AWS CLI is available through the pip/pip3 installer:
    If you have administrator privileges type
    pip install awscli $('#copybtn936178425').click(function(){ var $temp = $(""); $(“body”).append($temp); $temp.val($('#936178425').text()).select(); document.execCommand(“copy”); $temp.remove(); var $this = $(this); $(this).fadeOut(200); $(this).delay(2000); $(this).fadeIn(200); }); Otherwise use
    pip install –user awscli $('#copybtn732894516').click(function(){ var $temp = $(""); $(“body”).append($temp); $temp.val($('#732894516').text()).select(); document.execCommand(“copy”); $temp.remove(); var $this = $(this); $(this).fadeOut(200); $(this).delay(2000); $(this).fadeIn(200); }); The project is open source, so you can also download the source at https://github.