AWSLambda.jl icon indicating copy to clipboard operation
AWSLambda.jl copied to clipboard

S3 permission error running deploy_jl_lambda_eval()

Open yadongli opened this issue 6 years ago • 2 comments

I'm running on Julia 0.6.3, and got the following permission error, any suggestions? thanks,

ERROR: 403 -- Your access has been denied by S3, please make sure your request credentials have permission to GetObject for octech.com.au.us-east-1.awslambda.jl.deploy/jl_lambda_eval_0.6.3_0.3.0.zip. S3 Error Code: AccessDenied. S3 Error Message: Access Denied HTTP.ExceptionRequest.StatusError(403, HTTP.Messages.Response: """ HTTP/1.1 403 Forbidden Date: Sun, 24 Jun 2018 22:37:43 GMT Content-Type: application/json Content-Length: 260 Connection: keep-alive x-amzn-RequestId: 35c33023-77ff-11e8-b987-0f0e8f5f1b4b x-amzn-ErrorType: AccessDeniedException

{"Message":"Your access has been denied by S3, please make sure your request credentials have permission to GetObject for octech.com.au.us-east-1.awslambda.jl.deploy/jl_lambda_eval_0.6.3_0.3.0.zip. S3 Error Code: AccessDenied. S3 Error Message: Access Denied"}""")

Stacktrace: [1] #request#1(::Array{Any,1}, ::Function, ::Type{HTTP.ExceptionRequest.ExceptionLayer{HTTP.ConnectionRequest.ConnectionPoolLayer{HTTP.StreamRequest.StreamLayer}}}, ::HTTP.URIs.URI, ::Vararg{Any,N} where N) at /home/yadong/.julia/v0.6/HTTP/src/ExceptionRequest.jl:22 [2] (::HTTP.#kw##request)(::Array{Any,1}, ::HTTP.#request, ::Type{HTTP.ExceptionRequest.ExceptionLayer{HTTP.ConnectionRequest.ConnectionPoolLayer{HTTP.StreamRequest.StreamLayer}}}, ::HTTP.URIs.URI, ::HTTP.Messages.Request, ::String) at ./:0

yadongli avatar Jun 25 '18 01:06 yadongli

Hi @yadongli, others have had this error too. I intend to spend some time testing things with Julia 0.6.3 in the next week.

samoconnor avatar Jun 27 '18 04:06 samoconnor

@samoconnor Is it working on Julia 0.5.2?

wzard avatar Jun 30 '18 12:06 wzard