Amazon_S3_And_CloudFront::attachment_s3_meta_box PHP Method

attachment_s3_meta_box() public method

Add the S3 meta box to the attachment screen
    public function attachment_s3_meta_box()
    {
        add_meta_box('s3-actions', __('Amazon S3', 'amazon-s3-and-cloudfront'), array($this, 'attachment_s3_actions_meta_box'), 'attachment', 'side', 'core');
    }
Amazon_S3_And_CloudFront