S3 URLs in Documentation do not work
Closed this issue · 3 comments
webratz commented
When trying to install the integration as described in the readme the command fails.
It seems either the file does not exist, or the permissions on the bucket are wrong.
aws s3 cp s3://opsgeniedownloads/cloudformation/atlassian-opsgenie-integration-v1.1.zip .
fatal error: An error occurred (403) when calling the HeadObject operation: Forbidden
It also fails with a direct API call
aws s3api get-object --bucket opsgeniedownloads --key /cloudformation/atlassian-opsgenie-integration-v1.1.zip test.zip
An error occurred (AccessDenied) when calling the GetObject operation: Access Denied
Can you please update the docs to the latest versions on these bucket and ensure that it can be downloaded?
webratz commented
webratz commented
Also as an additional note, the command as described in the README is not working either.
aws cloudformation register-type \
--region eu-central-1 \
--type-name "Atlassian::Opsgenie::Integration" \
--schema-handler-package "s3://opsgeniedownloads/cloudformation/atlassian-opsgenie-integration-v1.1.zip" \
--type RESOURCE
An error occurred (CFNRegistryException) when calling the RegisterType operation: Error validating schemaHandlerPackage. Check the permissions on the bucket and object in your account and try again.