Skip to content

Latest commit

 

History

History
61 lines (43 loc) · 3.39 KB

README.md

File metadata and controls

61 lines (43 loc) · 3.39 KB

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