Questions tagged [digital-ocean-spaces]

92 questions
0
votes
1 answer

Lambda in VPC can not access DigitalOcean S3 resources

I have Lambda that is deployed in the default VPC, that VPC has open Endpoint to S3 service, Lambda has an IAM role that widely opens all S3 operations iamRoleStatements: - Effect: "Allow" Action: - "rds:*" -…
bensiu
  • 24,660
  • 56
  • 77
  • 117
-2
votes
1 answer

Digital Ocean 403 Forbidden when i'm upload from laravel local

I have a problem when I want to upload a file to digital ocean, there is a 403 error, even though I'm sure the key, secret and endpoint are correct this is my simple code $tes= Storage::disk('digitalocean')->putFileAs('url',…
1 2 3 4 5 6
7