Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS session token support #1

Open
wants to merge 17 commits into
base: master
Choose a base branch
from

Commits on Apr 8, 2019

  1. Standardize installation section

    Sort Linux distributions and simplify/standardize grammar.
    gaul committed Apr 8, 2019
    Configuration menu
    Copy the full SHA
    c426c89 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Address shellcheck errors

    gaul committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    0176fc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97af471 View commit details
    Browse the repository at this point in the history
  3. Merge pull request s3fs-fuse#1005 from gaul/travis/simplify

    Remove custom cppcheck from ppc64le Travis config
    ggtakec committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    090ac7a View commit details
    Browse the repository at this point in the history
  4. Merge pull request s3fs-fuse#1006 from gaul/shellcheck

    Address shellcheck errors
    ggtakec committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    e5e124b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. Make man page and --help more consistent

    Mostly small fixes but also some reordering.  References s3fs-fuse#929.  Found
    via:
    
    diff -u <(man --no-hyphenation doc/man/s3fs.1 | tr -s ' ' '\n' | sed '/^-o$/d' ) <(src/s3fs --help | tr -s ' ' '\n' | sed '/^-$/d')
    gaul committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    8a18806 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. Merge pull request s3fs-fuse#1003 from gaul/doc/installation

    Standardize installation section
    ggtakec committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    4ca336a View commit details
    Browse the repository at this point in the history
  2. Merge pull request s3fs-fuse#1011 from gaul/doc/man

    Make man page and --help more consistent
    ggtakec committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    7095787 View commit details
    Browse the repository at this point in the history
  3. add session token support

    Michal Lula committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    f9cd43b View commit details
    Browse the repository at this point in the history
  4. Address markdownlint warnings

    gaul committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    af070fa View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. Merge pull request s3fs-fuse#1008 from michallula/master

    AWS session token support
    gaul committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    381835e View commit details
    Browse the repository at this point in the history
  2. Prefer simple over compound statements in macros

    This prohibits missing semicolons.
    gaul committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    0677a09 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Remove uses of std::map::at

    This provides compatibility with C++03 and removes duplicate lookups.
    gaul committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    9e4f9d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Merge pull request s3fs-fuse#1012 from gaul/doc/markdown

    Address markdownlint warnings
    ggtakec committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    a7e81fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request s3fs-fuse#1014 from gaul/macro

    Prefer simple over compound statements in macros
    ggtakec committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    a32a059 View commit details
    Browse the repository at this point in the history
  3. Merge pull request s3fs-fuse#1015 from gaul/c++03

    Remove uses of std::map::at
    ggtakec committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    8e86ef1 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    0d48475 View commit details
    Browse the repository at this point in the history