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

Replace lock_table with dynamodb_table in S3 backend config #14949

Merged
merged 2 commits into from
May 30, 2017

Commits on May 30, 2017

  1. replace lock_table with dynamodb_table in s3 cfg

    Since the DynamoDB table used by the S3 backend is no longer only used
    for locks, rename it in the config to remove any confusion about it
    being lock-specific.
    jbardin committed May 30, 2017
    Configuration menu
    Copy the full SHA
    6b700ff View commit details
    Browse the repository at this point in the history
  2. Update S3 backend docs

    Add dynamodb_table and deprecation notice on lock_table. Add missing
    parameters for the S3 backends: assume_role_policy, external_id,
    and session_name.
    jbardin committed May 30, 2017
    Configuration menu
    Copy the full SHA
    eba5093 View commit details
    Browse the repository at this point in the history