drone-s3-sync icon indicating copy to clipboard operation
drone-s3-sync copied to clipboard

Drone plugin for syncing artifacts with an Amazon S3 Bucket

Results 11 drone-s3-sync issues
Sort by recently updated
recently updated
newest added

Add a functionality to empty the target bucket before sync. This can be useful for static website deployment when the last deploy should be removed. I think there's another way...

plugin is dependent it seems on using the s3 fqdn rather than just referencing the bucket. Using it with a private s3 bucket behind cloudfront behind an auth edge lambda.

I'm using the plugin to upload a static Nuxt3 build to S3 in website mode. I cannot serve the site because the .mjs files that landed on S3 do not...

It happens only sometimes that it deletes files that it shouldn't. For example just today in the logs we had: ``` Uploading "/drone/src/github.com/matteosuppo/reference/public/en/index.html" with Content-Type "text/html; charset=utf-8" and permissions "public-read"...

would like to strip folder prefix for upload to s3 similar to the s3 plugin `strip_prefix`

The documentation shows `bucket` parameter provided in two different formats (actually twice for each example): ``` bucket: my-bucket-name ... bucket: my-bucket.s3-website-us-east-1.amazonaws.com ``` Which format is the correct one? The link...

Sync to S3: Done without problems (all files was changed) Invalidation CloudFront: Error 403 - authorization problem. AWS user (Key+Secret) has all neeeded permissions. ` ERROR: failed to invalidateCloudFront to...

Default "*" value for paths is better than nothing, but it'd be nice to have a way to manage it.

There was an exclude functionality; but it does not appear to exist and is not documented. It would be good if we could exclude paths like `.git`

Hi, We're experiencing an error with Drone artifact uploads to S3 via S3 sync. The drone build will randomly fail on certain files with the following error: ``` ERROR: failed...