Skip to content

Instantly share code, notes, and snippets.

View Alexsandr0x's full-sized avatar

Alexsandro Francisco Alexsandr0x

View GitHub Profile
@neo01124
neo01124 / README.md
Last active September 17, 2019 18:47
Python S3 bucket download

Usage

  1. Install boto3
  2. Create IAM user with a similar policy
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
 "Effect": "Allow",
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible).
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export.
var FORMAT_ONELINE = 'One-line';
var FORMAT_MULTILINE = 'Multi-line';
var FORMAT_PRETTY = 'Pretty';
var LANGUAGE_JS = 'JavaScript';
var LANGUAGE_PYTHON = 'Python';