Skip to content
Snippets Groups Projects
Select Git revision
  • 9b8f5cfb458d8fd4d5bef321b17a2b859aec590a
  • main default
  • vue-update
  • fixnogg
  • futurenogg
  • positions
  • emoji
  • minorUI
  • markdown
  • stayConnected
  • gm-test
  • shortcut
  • connectPouchDB
  • master protected
14 results

OtherNodes.vue

Blame
  • example_credentials_script.R 236 B
    # Set environment variables to authenticate access to AWS S3 bucket
    # Use in conjunction with aws.s3 package
    
    Sys.setenv(
      "AWS_ACCESS_KEY_ID" = "mykey",
      "AWS_SECRET_ACCESS_KEY" = "mysecretkey",
      "AWS_DEFAULT_REGION" = "eu-west-2"
    )