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

Remove "Storage Admin" role requirement. #412

Closed

Commits on Jun 26, 2017

  1. Remove "Storage Admin" role requirement.

    Call to get_bucket results 403 Caller does not have storage.buckets.get
    access to bucket. If permissions are limited.
    
    If auto_create_bucket bucket is not True, we don't have to check if
    bucket exits just in case we would want to create it - which we don't.
    wooyek committed Jun 26, 2017
    Copy the full SHA
    7b71f44 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. +test_bucket_auto_create_true

    +test_bucket_auto_create_false
    wooyek committed Oct 26, 2017
    Copy the full SHA
    4e8f59d View commit details
    Browse the repository at this point in the history
  2. setting default DJANGO_SETTINGS_MODULE for py.test to ease creation of

    run configurations in PyCharm
    wooyek committed Oct 26, 2017
    Copy the full SHA
    f11ba64 View commit details
    Browse the repository at this point in the history
  3. Workaround description

    wooyek committed Oct 26, 2017
    Copy the full SHA
    5ea1bce View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8211dee View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2017

  1. Copy the full SHA
    f68dd09 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2017

  1. @override_settings(GS_AUTO_CREATE_BUCKET=True) for tests expecting

    a call to get_bucket instead of just creating a reference to it by name
    wooyek committed Nov 21, 2017
    Copy the full SHA
    ea14bf6 View commit details
    Browse the repository at this point in the history
  2. add GS_ALWAYS_GET_BUCKET setting to omit getting bucked when not needed

    remove @override_settings(GS_AUTO_CREATE_BUCKET=True)
    wooyek committed Nov 21, 2017
    Copy the full SHA
    cf0ac2d View commit details
    Browse the repository at this point in the history
  3. naming exception type to catch

    Pass linting
    ./storages/backends/ftp.py:112:13: E722 do not use bare except'
    wooyek committed Nov 21, 2017
    Copy the full SHA
    139c3d8 View commit details
    Browse the repository at this point in the history
  4. limit cryptography for py3.3

    wooyek committed Nov 21, 2017
    Copy the full SHA
    61b07a9 View commit details
    Browse the repository at this point in the history
  5. limit cryptography for py3.3

    wooyek committed Nov 21, 2017
    Copy the full SHA
    7c5ead6 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

  1. Merge branch 'master' of https://github.com/jschneier/django-storages

    …into feature/gcs-no-storage-admin-support
    
    # Conflicts:
    #	AUTHORS
    #	storages/backends/ftp.py
    #	tox.ini
    wooyek committed Jul 2, 2018
    Copy the full SHA
    7f7be41 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Copy the full SHA
    8c10a2d View commit details
    Browse the repository at this point in the history