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

s3_bucket.py - deal gracefuly with empty bucket policy #1368

Merged

Commits on Feb 14, 2023

  1. s3_bucket.py - deal gracefuly with empty bucket policy

    When using wasabi object storage, the bucket policy can be blank. This was throwing a json decode error. Fix by checking for empty string and returning None.
    magicrobotmonkey committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    90c92b0 View commit details
    Browse the repository at this point in the history
  2. Update s3_bucket.py

    fix syntax error
    magicrobotmonkey committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    9753ff3 View commit details
    Browse the repository at this point in the history
  3. add changelog format

    Aaron Bassett committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    5c91876 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. add link to changelog, better python syntax

    Aaron Bassett committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    7de8e48 View commit details
    Browse the repository at this point in the history
  2. fix section title

    tremble committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    1df64eb View commit details
    Browse the repository at this point in the history