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

Drone plugin for publishing artifacts to Amazon S3

Results 32 drone-s3 issues
Sort by recently updated
recently updated
newest added

Same parameters as for upload, only the source is ignored and everything from target is being downloaded. N.B. I'm not sure how documentation is generated so did not add anything...

- Implement feature in #133 - Fix EnvVar. `env-file` gets injected as `PLUGIN_ENV-FILE`.

This PR allows the user to load environment variables from `env-file`. In particular, the environment variables loaded from `env-file` will overwrite any existing environment variables, since one of the primary...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/aws/aws-sdk-go](https://togithub.com/aws/aws-sdk-go) | require | patch | `v1.44.156` -> `v1.44.161` | ---...

renovate

This solves the issue for me. I'm no go export though, so feel free to improve.

When I try to upload a file from a windows build of this plugin (for windows 2019) to minio, I see that the backwards slashes from the path become part...

See https://github.com/drone-plugins/drone-s3/issues/21 thought I'd move discussion here. Have yet to get this working with an actual drone build.

Hi there! Today I tried out this plugin and I really like it. I'm uploading files for a "static website" and they are generated with hashes in the filenames for...

Seems on files greater then certain sizes a Multipart Upload/Download can be more performant. (15MB is when upload manager uses it) Seems there are upload/download managers available to take advantage...

Some S3 clones only support v2 signing and not the v4 signing. It should be support s3 sign like aws-cli. ``` [default] s3 = signature_version = s3 ```