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 localstack ize #266

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

S3 localstack ize #266

wants to merge 42 commits into from

Commits on Jun 16, 2023

  1. Factor on boto3 s3/sqs client/resource creation for optional override…

    … with S3_URL/SQS_URL env vars.
    dmichaels-harvard committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9b4b6ab View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Version update

    dmichaels-harvard committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    17551d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    6dc574a View commit details
    Browse the repository at this point in the history
  2. boto3 imports

    dmichaels-harvard committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d136776 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9649ea6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c33cabd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    436ddd3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0051a6e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2ebe024 View commit details
    Browse the repository at this point in the history
  8. flake8

    dmichaels-harvard committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    1382272 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    25fcce1 View commit details
    Browse the repository at this point in the history
  10. Debugging publish

    dmichaels-harvard committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8fb480b View commit details
    Browse the repository at this point in the history
  11. Debugging publish

    dmichaels-harvard committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3cd25c5 View commit details
    Browse the repository at this point in the history
  12. Debugging publish

    dmichaels-harvard committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ebfa631 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Changed boto3 localstack monkeypatching to use LOCALSTACK_S3_URL and …

    …LOCALSTACK_SQS_URL rather than S3_URL and SQS_URL.
    dmichaels-harvard committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    024c6b4 View commit details
    Browse the repository at this point in the history
  2. Added some notes on localstack usage in getting_started.rst and added…

    … localstack to dev-dependencies in pyproject.toml.
    dmichaels-harvard committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7e2f6f0 View commit details
    Browse the repository at this point in the history
  3. Added some notes on localstack usage in getting_started.rst and added…

    … localstack to dev-dependencies in pyproject.toml.
    dmichaels-harvard committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    11d0209 View commit details
    Browse the repository at this point in the history
  4. Merge from master

    dmichaels-harvard committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9716414 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd1ed9a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Jul 25, 2023

  1. merge from master

    dmichaels-harvard committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    fcbe1f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. merge from master

    dmichaels-harvard committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    48f5860 View commit details
    Browse the repository at this point in the history
  2. merge from master

    dmichaels-harvard committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    11d881c View commit details
    Browse the repository at this point in the history
  3. merge from master

    dmichaels-harvard committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    f537d44 View commit details
    Browse the repository at this point in the history
  4. merge from master

    dmichaels-harvard committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    b6a11ae View commit details
    Browse the repository at this point in the history
  5. merge from master

    dmichaels-harvard committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    3b7f212 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    a22ce88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1942232 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f59c2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ae8317 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. merge from master

    dmichaels-harvard committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9c20065 View commit details
    Browse the repository at this point in the history
  2. typo

    dmichaels-harvard committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d0f5a5a View commit details
    Browse the repository at this point in the history
  3. white space fix

    dmichaels-harvard committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    daad33e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

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

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    fc91806 View commit details
    Browse the repository at this point in the history
  2. Comments

    dmichaels-harvard committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    7387f0f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Merge from master

    dmichaels-harvard committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    05d78e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. merge from master

    dmichaels-harvard committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    0b37679 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    646a265 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f3d3f0 View commit details
    Browse the repository at this point in the history
  4. flake8 update

    dmichaels-harvard committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6eecccf View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. comment

    dmichaels-harvard committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8f7cb75 View commit details
    Browse the repository at this point in the history