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

Update to AWS SDK v3. This causes some changes to how AWS integration is managed by Foundry VTT and requires users of AWS integration to explicitly define which AWS region they want to utilize. #8898

Closed
Fyorl opened this issue Feb 16, 2023 · 0 comments
Assignees
Labels
breaking Issues which cause breaking changes to the API tech-debt Issues focused on the reduction of technical debt

Comments

@Fyorl
Copy link
Contributor

Fyorl commented Feb 16, 2023

Previously the AWS region would be automatically inferred from a local AWS configuration, if available. This does not occur anymore so the region must be explicitly defined as part of the aws.json configuration file. Credentials have also been moved under their own property.

Example AWS Configuration File

{
  "buckets": ["my-asset-bucket-name", "some-other-bucket-to-allow"],
  "region": "us-west-2",
  "credentials": {
    "accessKeyId": "******",
    "secretAccessKey": "******"
  }
}
@Fyorl Fyorl added the tech-debt Issues focused on the reduction of technical debt label Feb 16, 2023
@aaclayton aaclayton self-assigned this Mar 22, 2023
@aaclayton aaclayton changed the title Update to AWS SDK v3 Update to AWS SDK v3. This causes some changes to how AWS integration is managed by Foundry VTT and requires users of AWS integration to explicitly define which AWS region they want to utilize. Mar 22, 2023
@aaclayton aaclayton added the breaking Issues which cause breaking changes to the API label Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Issues which cause breaking changes to the API tech-debt Issues focused on the reduction of technical debt
Projects
Status: Done
Development

No branches or pull requests

2 participants