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

Enable connection to S3 API for Swift, and other minor fixes #8

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

Commits on Feb 27, 2020

  1. Fix typos in config variable

    S3_SECRECT_ACCESS_KEY -> S3_SECRET_ACCESS_KEY
    borellim authored and Ubuntu committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    e966a63 View commit details
    Browse the repository at this point in the history
  2. Add "acl" parameter to initialize() and update() of S3FSFileStorage;

    also add a new method open() in S3FSFileStorage, that overrides
    that of PyFSFileStorage, so that we can actually pass the ACL string
    to `S3FileSystem._open()`.
    borellim authored and Ubuntu committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    44e721a View commit details
    Browse the repository at this point in the history
  3. Minor fix in documentation

    Location names with underscores are not valid.
    borellim authored and Ubuntu committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    c0e9617 View commit details
    Browse the repository at this point in the history
  4. Use 'private' as default acl

    borellim authored and Ubuntu committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    2a65a08 View commit details
    Browse the repository at this point in the history
  5. Add config variable S3FS_BLOCK_SIZE

    This sets property default_block_size when creating an instance of
    class S3FileSystem.
    borellim authored and Ubuntu committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    53ab55d View commit details
    Browse the repository at this point in the history