How to upload image to digital Ocean Spaces using AWS SDK for Yii2?
问题 Since Digital Ocean Spaces API is compatible with AWS SDK, how to upload images to Digital Ocean Spaces programmatically using AWS SDK for Yii2? Here my details Good, we have the following data: 1. endpoint: fra1.digitaloceanspaces.com 2. bucket name: dev-abc 3. api key: xxxxxxxxxxxxx and api secret: xxxxxxx 4. The url that you need to use to deliver assets is https://dev-abc I have tried with this code whis is not working $uploader = new FileUpload(FileUpload::S_S3, [ 'version' => 'latest',