Skip to content

lexonli/Deckle-API

Repository files navigation

Deckle API

Documentation on incorporating Google authentication process (OAuth 2.0)
Documentation on using datetime and handling timezone issues (running in US-east Virginia AWS is a pain in the ass)
Amazon IAM policies
  • received this error when trying to run decklelist
botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the GetObject operation: Access Denied

Find ARN naming in https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-arns The problem was I specified the bucket itself in the policy only, not the object itself Solution:

add "/*" to the end of the bucket name in the policy

About

A highly malleable scheduler for your tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages